Language
Any
Platform
Any
License
Any
The article demonstrates the use of ADO Recordset paging. Paging is invaluable for splitting up the results of database queries into manageable screens of data
In this article I will demonstrate how to create an XML based cache system in COM using Visual Basic. This COM object is using the function Save in ADO to create XML based recordsets.
This article describes the (data access layer) DAL class used
by ASPAlliance.com, including a handy function that can cut the
number of lines of code required for DAL methods by half or
more,...
Call stored procedures with ADO -- keep SQL out of your ASP!
Here is a little routine to retrieve ADO (also known as MDAC)
version or to see if it installed on the system.
Connecting to local and external databases with ADO and SQL Server is a very relevant topic.
The article starts with building a connection string.
This series of articles will first be a simple overview of what ADO.NET is, and second, will be a look at the specific objects and functionality that make up ADO.NET as a whole.
This week, continuing his series on data access under ADO.NET, this article presents a simple ASP.NET sample script which illustrates querying the 'pubs' database. He then explains and walks you...