In this article the author narrates how to generate ISQL with the help of ASP. The developers can create a database administration page with the help of ASP which helps in updating the database details. The author explains this concept with examples
Write text to a file in ASP is a web based tutorial through which users can learn about writing a text content to a file in ASP applications. Here is a code which have to be included while constructing a programme for writing a text into a file. This
Working with Databases and International Date Formats is an ASP tutorial that deals with updating and insert date value into the datbase and also alter the date specified by the users into standard date format. Here ther are few codes that can be uti
At the beginning of this online article the author shows the fundamentals of the SQL statements using Access database with a sample application. The author through this article narrates about how to add, remove and modify all the items of a pricelist
Through this online article the developers could get a solution for a problem which arise while executing Recordcount function in SQL. The author suggests to use GetRows function. The article highlights another method using SQL Server also. This arti
At the end of this online article the webmasters can easily access a text file or a database from any remote server. The author demonstrates the way to link to an Access database from the web. This article displays the sample connection string for th
This article is mostly for referring about SELECT key usage in SQL statements and also tells why to avoid SELECT while building statements. It explains about the demerits in SELECT with example in a simple way. The author also tells to use BLOB/text
The author suggests the task to be carried out with the help of OLEDB. The author proves this concept by using SQL Server Authentication and Windows Authentication. The author also steps in ORACLE and MS Access using the MS OLEDB. The sample source c
Through this online article the author describes about the neccessity of using execute method. The author also suggests about the direct statements for quicker access. In this article the advantage of using INSERT or UPDATE statement is explained. Th
This tutorial is used as reference which helps the users to know what is the best way to fetch or update records into the database. Author discusses this issue with rs(0) and rs(column_name). Sample code has been given for the users to refer and unde |