|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 19
 4.5
This is a step by step tutorial on uploading and inserting binary data (images, files, etc.) into Access Database. Online demo, and sample code available for download.
|
Platform(s): n/a |
Date: Apr, 01 2001 |
 |
|
|
Hits: 14
 0.0
In depth article on showing records in a page by page fashion with 'first page','next','back' and 'last page' links at the bottom to navigate through the records. Sample code and database available for download. Online demo also available.
|
Platform(s): n/a |
Date: Jul, 10 2000 |
 |
|
|
Hits: 18
 0.0
This is a set of ASP examples/tutorials that demonstrate exactly how to use ASP with a database. Topics include: Using ADO To Add A New Record, Using ADO To Update An Existing Record, Using An Update Query To Modify An Existing Record, Using Delete Statement to Delete Records, Using A Select Statement (With A Loop), and ACCESS DATABASES ( DSN vs DSN-LESS).
|
Platform(s): n/a |
Date: Feb, 14 2000 |
 |
|
|
Hits: 9
 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: 52
 3.0
Following example, extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
|
Platform(s): n/a |
Date: Apr, 10 2004 |
 |
|
|
Hits: 13
 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: 13
 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: 15
 0.0
This article shows you how to use SQL-DMO to create an Active Server Pages application to backup and verify a SQL Server database. The SQL Distributed Management Objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks.
|
Platform(s): n/a |
Date: May, 29 2001 |
 |
|
|
Hits: 24
 4.0
Sum function can be used for to get the sum of a numeric expression evaluated over a set. This function must be placed in an SQL statement. Following example will return the sum of ratings in articles.
|
Platform(s): n/a |
Date: Apr, 01 2004 |
 |
|
|
Hits: 16
 3.0
This article describes how to use Microsoft SQL Server triggers to automatically record all updates and inserts for a particular database table in a customized history table.
|
Platform(s): n/a |
Date: Sep, 20 2001 |
 |
|
|
|
 |
 |
|
 |
|
 |
|