|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 12
 5.0
This article explains a solution on how to increase the performance of your ASP pages that rely on gathering data through several different Recordsets. Specially, using a nifty feature of the ADO Recordset object, Multiple Recordsets, you can store multiple SQL query results in one Recordset object, requiring fewer communications with the database.
|
Platform(s): n/a |
Date: Sep, 05 2001 |
 |
|
|
Hits: 23
 0.0
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.
|
Platform(s): n/a |
Date: Sep, 03 2001 |
 |
|
|
Hits: 12
 0.0
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. Online demo available.
|
Platform(s): n/a |
Date: Aug, 08 2001 |
 |
|
|
Hits: 6
 0.0
This article covers rarely discussed feature of ADO Recordsets, disconnected Recordsets. It examines what disconnected Recordsets are, how to use them, and what advantages they offer over connected Recordsets. Also examines how to create custom, disconnected Recordsets.
|
Platform(s): n/a |
Date: Aug, 02 2001 |
 |
|
|
Hits: 9
 0.0
The author writes "Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print a certain number of rows on each page with a column header on each page. This solution solves the problem." Source code available for download.
|
Platform(s): n/a |
Date: Jul, 20 2001 |
 |
|
|
Hits: 12
 0.0
This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the code in an automated fashion for use in VBScript connecting to MS SQL Server 7.
|
Platform(s): n/a |
Date: Jul, 19 2001 |
 |
|
|
Hits: 14
 0.0
This example shows how to get a list of all current tables in the database, get a list of dependent stored procedures for each table and do it all in a stored procedure.
|
Platform(s): n/a |
Date: Jul, 19 2001 |
 |
|
|
Hits: 12
 0.0
AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This article explains how to use this function.
|
Platform(s): n/a |
Date: Jun, 29 2001 |
 |
|
|
Hits: 12
 0.0
This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a database table. It illustrates a number of useful techniques for database manipulation.
|
Platform(s): n/a |
Date: Jun, 12 2001 |
 |
|
|
Hits: 16
 0.0
This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this article looks at how to create custom hierarchical Recordsets. The reader is required to have a fluid understanding of both data shaping and custom Recordsets.
|
Platform(s): n/a |
Date: Jun, 05 2001 |
 |
|
|
|
 |
 |
|
 |
|
 |
|