A step by step tutorial on uploading files into an Access database using plain ASP. All the code has been explained in detail and is available for download. Read More
Article provides in depth info on connecting to SQL Server, Oracle, Access and MySQL Server Databases, retrieving records and displaying them to the user using plain ASP pages. Everything has been explained in detail. Read More
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Read More
This step by step tutorial walks you through the creation of stored procedures in a Microsoft Access Database and then uses them to manipulate records via ASP pages Read More
An article on generating random records from the Database with ASP. Every time you refresh the page, you will see a random statement displayed. Read More
An article on using transactions in ASP to execute all the database queries or none at all. Very useful technique when adding, updating records in the database. Read More