Categories
ASPTips and Tutorials → Database-related

Name Search && Hyperlinks to Detail

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

Add New Data Access Routines to Your Arsenal

This article presents three modular routines to access and fetch data easier with ASP. Topics include: Fetching a Recordset, An alternative to the GetConnectedRecordSet function that opens a connection, fetches a recordset, and immediately closes the...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Null Is Null

A discussion of how to use null values effectively in your database tables. Includes a discussion of the logic behind nulls and some practical programming techniques.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Database Paged Search

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 database table and then page through the results.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Integrating User Search with ASP and SQL Server Full-Text Search

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. Full source code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

SQL: Sum, Average, Max, Min, Count, Detail

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 trading performance of EPOS as an example.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Access Reports on the Web

This article shows how to publish and distribute Microsoft Access reports on the web using ASP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Displaying Images (binary data) from the Database via ASP

This is an article about displaying binary data (images) from an Access database. Online demo and sample code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Uploading and Inserting Images (binary data) into Database

This is a step by step tutorial on uploading and inserting binary data (images, files, etc.) into Access Database. Online demo, and sample code available for download.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Connections And Server Database Permissions

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 people just learning ASP as well as people with some experience.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com