jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Paging Records With GetRows

Rating 3.5 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
DETAIL
Hits: 10

Dynamic, database backed dropdown lists

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

Counting Records Wizard

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

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: 10

Turn foreign keys into list boxes

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

Integrating User Search with ASP and SQL Server Full-Text Search

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

Access Reports on the Web

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

Incorporating SQL Server 7.0/2000 Databases into your ASP Pages

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

Editing and Updating Records in the Database

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

Add N number of records to a dB

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