jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Name Search & Hyperlinks to Detail

Rating 0.0 0.0
This is an example code showing how to conduct searches on a database to display hyperlinked summaries that can be clicked on to display detail data.
Platform(s): n/a Date: May, 21 2001
DETAIL
Hits: 18

Named Recordsets

Rating 0.0 0.0
This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create named recordsets.
Platform(s): n/a Date: Dec, 16 2000
DETAIL
Hits: 12

Null Is Null

Rating 0.0 0.0
A discussion of how to use null values effectively in your database tables. Includes a discussion of the logic behind nulls and some practical programming techniques.
Platform(s): n/a Date: May, 01 2001
DETAIL
Hits: 12

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

Paging: Use ADO, getrows, or a Stored Procedure?

Rating 5.0 5.0
Paging is basically querying a database and presenting a page full of the query's results. In ASP and SQL Server programming, there are three approaches to paging. This article compares the approaches and explains which one is the most efficient when dealing with very large sets of data.
Platform(s): n/a Date: Mar, 08 2001
DETAIL
Hits: 15

Presentation Of Hierarchical Data

Rating 0.0 0.0
Multiple level select boxes tackled with hierarchical data! This sample illustrates the concept using a hierarchy consisting of geographical region, country, and state data. The code expects a system DSN by name "Hierarchy" and accesses the database using the user id "sa" with a blank password. The database is created in SQL Server 7.0.
Platform(s): n/a Date: Jun, 13 2000
DETAIL
Hits: 10

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

Querying an Access database in ASP

Rating 0.0 0.0
Active Server Pages allow us an easy means of querying and updating a database from a webpage. This article describes the basics of using this technique in a nutshell. The examples given here utilize a Microsoft Access database, but the principles elucidated apply equally well to ASP integration with other databaes.
Platform(s): n/a Date: Jan, 25 2000
DETAIL
Hits: 13

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

Running Stored Procedures in Access Database

Rating 0.0 0.0
Explains everything in detail you'll ever need to know about creating Stored Procedures in Access Database and then calling from within ASP. Select, Update, Insert and Delete Stored Procedures are described. Sample code and database available for download.
Platform(s): n/a Date: Jan, 07 2001
DETAIL
Amount: 137
Displaying: 51 - 60
Pages: << 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 >>