|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 10
 3.5
You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It's much faster than MoveNext, because it closes the database connection immediately whereas MoveNext loops through the records with the overhead of the database connection. Plus GetRows let's you count the records correctly!
|
Platform(s): n/a |
Date: Oct, 04 2003 |
 |
|
|
Hits: 10
 0.0
How to build a dynamic dropdown list with ASP and database data. Then, how to use ADO and recordset filtering to produce a structured list.
|
Platform(s): n/a |
Date: Aug, 27 2003 |
 |
|
|
Hits: 10
 0.0
This little wizard will help you count records and display the total. Simply fill in the form, and it will generate the code for you.
|
Platform(s): n/a |
Date: Apr, 15 2002 |
 |
|
|
Hits: 10
 0.0
MySQL is the most popular open source database system available today, and is currently installed on over two million servers worldwide. This article takes a look at using the free MyODBC driver to talk to a MySQL database from an ASP script.
|
Platform(s): n/a |
Date: Jan, 17 2002 |
 |
|
|
Hits: 10
 0.0
The author writes "CoverYourASP's original database administration tool didn't look for foreign keys, and just displayed a confusing list of primary key values. Now, it's been improved with automatically generated list boxes." This tutorial explains how to turn those foreign keys into list boxes automatically.
|
Platform(s): n/a |
Date: May, 23 2001 |
 |
|
|
Hits: 10
 0.0
This article provides sample source code for a user query parser which allows users to submit full-text search queries from ASP to SQL Server 2000. Full source code available for download.
|
Platform(s): n/a |
Date: Apr, 24 2001 |
 |
|
|
Hits: 10
 0.0
This article shows how to publish and distribute Microsoft Access reports on the web using ASP.
|
Platform(s): n/a |
Date: Apr, 10 2001 |
 |
|
|
Hits: 10
 0.0
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.
|
Platform(s): n/a |
Date: Jan, 08 2001 |
 |
|
|
Hits: 10
 0.0
Complete tutorial on editing and updating records in the database. Each and every step explained in detail for ASP beginners. Both Connection and Recordset Objects discussed.
|
Platform(s): n/a |
Date: Mar, 27 2000 |
 |
|
|
Hits: 9
 0.0
This article shows how to insert records to a database, when the number of records that need to be inserted is unknown. A must read for ASP/ADO programmers.
|
Platform(s): n/a |
Date: Dec, 04 2003 |
 |
|
|
|
 |
 |
|
 |
|
 |
|