jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

DeEnFrSp
Amount: 137
Displaying: 131 - 137
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]
Sort Listings By:
Hits: 19

Uploading and Inserting Images (binary data) into Database

Rating 4.5 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
DETAIL
Hits: 14

Using ASP pages to page through Recordset

Rating 0.0 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
DETAIL
Hits: 18

Using ASP to create, edit, or delete information in a database.

Rating 0.0 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
DETAIL
Hits: 9

Using Disconnected Recordsets

Rating 0.0 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
DETAIL
Hits: 52

Using GetRows To Get All Records From Table

Rating 3.0 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
DETAIL
Hits: 13

Using Multiple Recordsets

Rating 5.0 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
DETAIL
Hits: 13

Using MyODBC To Access Your MySQL Database Via ASP

Rating 0.0 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
DETAIL
Hits: 15

Using SQL-DMO To Backup and Verify a Database

Rating 0.0 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
DETAIL
Hits: 24

Using SUM Function in An SQL Statement

Rating 4.0 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
DETAIL
Hits: 16

Using Triggers to Track Database Action History

Rating 3.0 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
DETAIL
Amount: 137
Displaying: 131 - 137
Pages: << 1 2 3 4 5 6 7 8 9 10 11 12 13 [14]