|
|
|
|
 |
|
 |
 |
 |
Database-related
|
|
|
Hits: 16
 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 |
 |
|
|
Hits: 21
 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 |
 |
|
|
Hits: 34
 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 |
 |
|
|
Hits: 30
 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 |
 |
|
|
Hits: 22
 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 |
 |
|
|
Hits: 18
 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 |
 |
|
|
Hits: 17
 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 |
 |
|
|
Hits: 9
 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 |
 |
|
|
Hits: 11
 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 |
 |
|
|
Hits: 16
 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 |
 |
|
|
|
 |
 |
|
 |
|
 |
|