|
Display Table Script Writer
|
Other links at ASP > Tutorials > Database-related |
| 1. |
Faster Singleton Queries with ADO
|
|
|
It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO command object to perform faster singleton queries.
|
| 3. |
Counting Records Wizard
|
|
|
This little wizard will help you count records and display the total. Simply fill in the form, and it will generate the code for you.
|
| 4. |
Wielding the Power of the DataView
|
|
|
When faced with learning a new technology, its common to try and reproduce the basic functionality youre used to in the old one. In doing that with ADO.NET and trying to reproduce the basics or the recordset object, this article discusses the new and many uses of ADO.NETs DataView object.
|
| 5. |
Display Table on Web Page
|
|
|
This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data.
|
|
|