Advertisment
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,...
Explains everything in detail you'll ever need to know about creating Stored Procedures in Access Database and then calling from within ASP....
This article by James Shaw demonstrates how to dynamically add properties to an object (expando properties) - by implementing a function to create...
This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.
The driving force behind Active Server technologies is data access. In order to develop a truly dynamic web site developers need to allow users to...
Allowing multiple choices of data elements enables people to customize views of your data and adds value to your applications. In this sample code,...