|
Add N number of records to a dB
|
Other links at ASP > Tutorials > Database-related |
| 1. |
Incorporating SQL Server 7.0/2000 Databases into your ASP Pages
|
|
|
This is a comprehensive tutorial on how to incorporate SQL server 7.0/2000 databases into your ASP pages. Topics include: Installation steps, Creating SQL Server 7.0/2000 Databases, Creating SQL Server 7.0/2000 Tables, Creating SQL Server 7.0/2000 Logins, Setting SQL Server 7.0/2000 Permissions, Increasing SQL Server 7.0/2000 Performance with Indexes, and Distributed SQL Server 7.0/2000 Transactions & Queries.
|
| 2. |
Connecting To A Database and Retrieving Results in 9 Easy Steps
|
|
|
Now everybody can connect to a database. Simple database access is a huge feature of ASP and one of the most widely used by developers but when you are first learning, it¡®s hard to separate the database stuff from the rest of the code so I made this example. I even removed the includes and everything.
|
| 3. |
ASP Access Database Tutorials
|
|
|
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials togather allow you to build a simple Guestbook for your web site.
|
| 4. |
Centralizing Database Access With Visual Basic DLLs
|
|
|
By centralizing database code within ActiveX DLLs, you can simplify your development efforts, and decrease the learning curve for new developers. This article explains how to create a Visual Basic ActiveX DLL that controls database functionality.
|
| 5. |
Use an include file for your database connection
|
|
|
Use an include file for your database connection. Heres the reason why. Before I wised up to this, I was placing the connection on every page. Then there were some configuration changes and none of the pages worked. This meant that every page had to be edited.
|
|
|