Categories
ASPTips and Tutorials → Database-related

Generating random records from the Database

This article shows how to generate random records from the database. Also explains how to generate random numbers. Sample Database and Code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

ASP-Database Transactions

This is an article on executing all or none database queries using ASP-Database transactions. Must read for ASP-Database developers. Sample Database and Code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Speed up Database Access using GetRows

This is an article on using Recordset. It uses GetRows method to speedup database access. One of the fastest ways of displaying database records with ASP. Sample Database and Code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Fun With Stored Procedures...

This is a brief and very useful tutorial on creating and using stored procedures with your asp applications. A stored procedure is nothing more than an sql statement stored inside a database. The database can be SQL Server or MS Access as well as oth...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Search Within Search Results

Want to add value to your current search? Allow your users to search from within search results. As databases grow the necessity for the user to continually narrow a search to the item that they truly want will grow also. The following example utiliz...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Multiple Form Selection

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Convert to Comma-Delimited File

This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Loading Text Files Into A Database

This short tutorial explains how to to upload a text file and load it into your database using ASP. It uses a sample of the space-delimited file for an example.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using ASP pages to page through Recordset

In depth article on showing records in a page by page fashion with ''first page'',''next'',''back'' and ''last page'' links at the bottom to navigate through the records. Sample code and database available for ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Filtering and Sorting of Records in a Database

Learn how to search and sort the records through the database. Step by step tutorial with Sample code and database available for download. Online demo also available.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com