19,155 tutorials online
11 tutorials pending review
763 dead links removed





ASP: Database Related Tutorials

 

Add records with sql statments
Posted in ASP > Database Related by tutorialgrub on Apr 25, 2011

Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
34 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Delete records with sql statements
Posted in ASP > Database Related by tutorialgrub on Apr 13, 2011

Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection.
24 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

How to connect to MS Access Database Using ASP
Posted in ASP > Database Related by tutorialgrub on Mar 08, 2011

This tutorial documents code for connecting to a MS Access Database using the DSN-Less approach. With DNS-Less approach all you have to do in your code is define the location where your database resides.
25 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial
 

Querying an Access database in ASP
Posted in ASP > Database Related by tutorialgrub on Jul 05, 2007

Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell.
205 Views | 0 Comments | 0 Votes | 0 FavesShareAdd To FavoritesReport Tutorial


1