jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Randomizing a Recordset

Rating 0.0 0.0
This article describes several ways to use a SQL calculated field and the ORDER BY clause to arrange a recordset in random order. It provides a simple tool for verifying that the results are uniformly random. Also shows a technique for bubbling records with certain attributes to the top of an otherwise randomized list.
Platform(s): n/a Date: Sep, 13 2001
DETAIL
Hits: 452

Using Multiple Recordsets

Rating 4.0 4.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: 788

ASP Access Database Tutorials

Rating 0.0 0.0
This is a group of 3 tutorials that guide you through the process of using an MS Access Database in ASP. The tutorials teach you how to connect to a database, add data to the database, update the database, and delete from the database. The 3 tutorials togather allow you to build a simple Guestbook for your web site.
Platform(s): n/a Date: Sep, 03 2001
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: 574

Fastest way of Database Access : Caching Records in Memory

Rating 0.0 0.0
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.
Platform(s): n/a Date: Aug, 08 2001
DETAIL
Hits: 385

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

Printing Headers on every page of a report (from a database)

Rating 0.0 0.0
The author writes "Recently I was asked to develop a web based report that would collect data from a database, format it in an HTML page and then print a certain number of rows on each page with a column header on each page. This solution solves the problem." Source code available for download.
Platform(s): n/a Date: Jul, 20 2001
DETAIL
Hits: 318

Interrogating a Stored Procedure with ADO

Rating 1.0 1.0
This article describes how to use the refresh method of the ADO Parameters collection to interrogate a stored procedure. It shows how to create the code in an automated fashion for use in VBScript connecting to MS SQL Server 7.
Platform(s): n/a Date: Jul, 19 2001
DETAIL
Hits: 292

SQLServerTools Object

Rating 0.0 0.0
This example shows how to get a list of all current tables in the database, get a list of dependent stored procedures for each table and do it all in a stored procedure.
Platform(s): n/a Date: Jul, 19 2001
DETAIL
Hits: 258

AddCriteria Simplifies SQL Queries

Rating 0.0 0.0
AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This article explains how to use this function.
Platform(s): n/a Date: Jun, 29 2001
DETAIL
Amount: 137
Displaying: 61 - 70
Pages: << 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 >>