Advertisment
AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This...
This is a quick sample code which combines a number of database functions into one script. Includes functions to add, delete, and edit records in a...
This article covers two advanced ADO topics: creating hierarchical Recordsets (via data shaping) and creating custom Recordsets. Specifically, this...
This article shows you how to use SQL-DMO to create an Active Server Pages application to backup and verify a SQL Server database. The SQL...
The author writes 'CoverYourASP's original database administration tool didn't look for foreign keys, and just displayed a confusing...
This article explains ADO connection strings and parameters. By the end of the article you should be able to build appropriate ones on your own...
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.
This is a Web-based script writer that generates an ASP code for displaying an Access or SQL Server database using user-submitted variable names...
This is a sample code that combines a Database Paging and a Database Search script into one. It shows you how to perform a wilcard search on a...
This article provides sample source code for a user query parser which allows users to submit full-text search queries from ASP to SQL Server 2000....
This example shows how to perform a variety of statistics on your data using simple SQL such as Sum, Average, Max, Min, and Count. It uses stock...
This is a step by step tutorial on uploading and inserting binary data (images, files, etc.) into Access Database. Online demo, and sample code...
This is an article about displaying binary data (images) from an Access database. Online demo and sample code available for download.
This is an overview of SYSTEM DSN's, DSN-LESS Connections, and any database permissions that may need to be set on the server. Helpful for...
By centralizing database code within ActiveX DLL's, you can simplify your development efforts, and decrease the learning curve for new...
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...
It is somewhat ironic that the most confusing part of creating and executing a SQL statement from ASP is determining where to put the quotes. When...
Here is a quick sample of searching a DB for certain records. It's really no different then doing any other query except that you need to use...
It is possible to store images in a database using a number of third party tools or a custom built component. Once you have the images stored in...
This is a comprehensive tutorial on how to incorporate SQL server 7.0/2000 databases into your ASP pages. Topics include: Installation steps,...