Hits Today: 2 Total: 7513 | Updated: 8/27/2000 | |
 | The GetRows method is used to retrieve a recordset into a 2 dimensional array. For really large recordsets this is the way to go. It is much faster than looping through the recordset. Author: Programmer's Resource Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 10730 | Updated: 6/16/2000 | |
 | In this Example you have a DIS-CONNECTED RecordSet. You can then Add, Update, Delete or whatever you please because the RecordSet is not closed, it just does not have a connection. When you want to update the Database you merely restore the connection.
Author: ASPFree Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 1890 | Updated: 9/11/2000 | |
 | This article tels about how to get a HTML page from the recordset with the same limitations - minimum of consumed time. Author: PSTRUH Software Code: ASP 2.0 & VBScript | |  | |
Hits Today: 10 Total: 4897 | Updated: 3/30/2004 | |
 | Complete example for opening an Access, SQL Server or MySQL database implementing ASP and ADO. From this code you can start any kind of application from simple to complex. Please vote for me or link to my website so I'll know it was useful. Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 3492 | Updated: 9/2/2002 | |
 | With this code, you can use GetString method of recordset object to convert recordset (SQL query) to csv file. Author: Antonin Foller Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 6550 | Updated: 10/23/2000 | |
 | This article serves as a quick "How To" example for sending a disconnected RecordSet from a VB server-side component to an ASP page where record field values can be used. Author: Doug Dean Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 4307 | Updated: 3/11/2000 | |
 | Demonstrates how to increase the efficiency of
your ADO Recordset calls. The author ran benchmarks testing three different ways
that you can reference a specific column in the Recordset object, and found
one method to be particularly efficient.
Author: Mike Shaffer Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 4808 | Updated: 3/12/2000 | |
 | This tutorial demonstrates how to increase the
efficiency of your ADO Recordset calls by using both ordinal references to
Recordset elements and the Set statement to assign a particular Recordset
column to a variable.
Author: Mike Shaffer Code: ASP 2.0 & VBScript |
Hits Today: 4 Total: 2453 | Updated: 6/22/2003 | |
 | This optional parameter can be used when you're running an ADO command in a way which normally returns records, but you know that none will actually be returned. Author: asp101.com Code: ASP 3.0 & VBScript |
|