Hits Today: 2 Total: 12222 | Updated: 7/24/2000 | |
 | By using an Include File for database connectivity, programmers can save themselves time and effort and avoid repetitive tasks. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 34913 | Updated: 10/8/1999 | |
 | Sample Database connections. If you are planning on making a database call from the web the first thing you will need to do is plan on making a "Database Connection". Author: Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 15708 | Updated: 8/29/2000 | |
 | Don't hard code your data connections every time you need them! Use these functions to open and close a Database Connection and Record Set. Author: Nannette Thacker Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 6857 | Updated: 7/17/1999 | |
 | Discusses what OLEDB is and where it fits into data store access with ASP. The article also shows how to increase your database performance by connecting directly to the OLEDB object. Author: 4GuysFromRolla Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 4859 | Updated: 1/25/2000 | |
 | Two ways to compact (compress) MDB database directly from the ASP/VBS using DAO 3.5 or JRO (MDAC 2.1). Author: Antonin Foller Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 617 | Updated: 1/21/2007 | |
 | To make this tutorial more interesting and the following database tutorials on, Adding, Deleting, and Updating, data from a Microsoft Access database, we are going to use these tutorials to make a simple Guestbook application. Author: Bruce Corkhill Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 7006 | Updated: 4/3/2000 | |
 | In ASP, we create connections to databases and capture the results of database queries using ADO. This tutorial shows how to explictly close our objects and free the memory associated with them Author: 4GuysFromRolla Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 24576 | Updated: 8/31/2001 | |
 | I actually had some trouble naming this article. I started out with something like "It Don't Mean A Thing If You Ain't Got That String" since quite often people have everything else in their code fine, but can't get connected... Author: John Peterson Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 6207 | Updated: 6/15/2003 | |
 | If your application connects to a database, you will want to use Connection Pooling to let your users access open connections to the database. Author: asp101.com Code: ASP 3.0 & VBScript |
|