jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Compacting an Access database from ASP code

Rating 5.0 5.0
This source code can compact and repair your MS-Access database files. If you compact your access files regularly, it will work more faster and secure. Also you will save some hard disk space.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 1553

Executing Transact-SQL INSERT statement

Rating 4.0 4.0
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 1594

Executing Transact-SQL UPDATE statement

Rating 0.0 0.0
In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 1333

Executing Transact-SQL DELETE statement

Rating 2.5 2.5
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 1376

Counting Records In A Database Table

Rating 4.0 4.0
We can count records in a table with these a few lines of codes. First we must send an SQL statement to database engine. Count of records will be first value of resultset.
Platform(s): n/a Date: Dec, 18 2003
DETAIL
Hits: 602

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
Hits: 1739

Custom Paging in ASP

Rating 4.0 4.0
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
Platform(s): n/a Date: Nov, 12 2003
DETAIL
Hits: 522

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

How to display records from top 4 database systems using plain ASP?

Rating 0.0 0.0
Sometimes, we would have chance to convert our existing database or create a new database. Some decisions IT professionals need to make are scary, and choosing database software is one of them. This overview aims to describe how to set database connections with some common database software (Oracle, MySQL, MS Access,MS SQL Server).
Platform(s): n/a Date: Sep, 01 2003
DETAIL
Hits: 543

WiredNow.net: SQL Reserved Words

Rating 0.0 0.0
It is an often problem with database intergration when you use a reserved word. Often asked why a script does not work and it quite often comes down the the author setting a field name as a reserved word, confusing SQL and making debugging hard. To solve this problem here is a quick list of the SQL Reserved Words.
Platform(s): n/a Date: Aug, 28 2003
DETAIL
Amount: 137
Displaying: 21 - 30
Pages: << 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 >>