jCay.com

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-related

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

Making the Switch from ODBC to OLE DB

Rating 0.0 0.0
ODBC is great and all but for speed and reliability you should switch to OLE DB to power your database driven apps. This tutorial will show you how to do it two ways: in the global.asa and in any ASP page.
Platform(s): n/a Date: Feb, 13 2000
DETAIL
Hits: 21

MS Access: Tables, Views and Procedures

Rating 0.0 0.0
Ever wondered how to create a table, view or procedure with MS Access? This article shows us how to create all three and work with them from an ASP script.
Platform(s): n/a Date: Aug, 27 2003
DETAIL
Hits: 34

Multiple Form Selection

Rating 4.0 4.0
Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications. In this sample code, user inputted choice(s) are added to the basic sql statement to draw them from the db. Since the input from the dropdown menu comes through comma delimited it is simply written into the statement without modification. Two simple for next loops determine which elements are part of the record set and displays them accordingly.
Platform(s): n/a Date: Aug, 06 2000
DETAIL
Hits: 30

Multiple Form Selection (Where In)

Rating 3.0 3.0
Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin’ Hank Greenberg. The years he played are available to select from in a dropdown menu. When multiple years are selected they are passed comma delimited. Utilizing the where in statement in our sql the comma delimited selections are appended to our sql statement to display only those years selected.
Platform(s): n/a Date: Oct, 04 2000
DETAIL
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: 17

Nesting repeaters in .NET

Rating 0.0 0.0
Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time. Features example code and full explaination.
Commercial Platform(s): Linux, Windows Date: Feb, 03 2006
DETAIL
Hits: 9

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

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

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