Categories
ASPTips and Tutorials → Database-related

An Useful Method : RecordSet.Filter

Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Dynamically Dependent Dropdown

Learn how to create dynamically dependent dropdown lists with. There''s an online demo and source code provided.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Filling Data into Select List

In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Nesting repeaters in .NET

Data repeaters in .NET are very useful to display database records onto screen. This tutorial shows you how easy nesting repeaters to save time. Features example code and full explaination.
  • Platforms
    • Linux,
    • Windows
  • Licenses
    • Commercial License
DETAILS

Counting Records in SQL Script

Sometimes we worry about limits of database table and we need to know how manay recods we have. In ASP we could count all recods using a loop. But if we have a small piece of knowledge about SQL script, our script works better and faster.
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Simple Database Class

This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.
  • Platforms
    • Windows
  • Licenses
    • Other Free / Open Source License
DETAILS

Search a Database

Learn how to search a database with keywords.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Faster Singleton Queries with ADO

It is very common operation to request one field of information via a database query. This is called a singleton query. ADO.Net has specific functions for singleton queries, but not ADO (ActiveX Data Objects). This article describes how to use an ADO...
  • Platforms
    • Windows
  • Licenses
    • Freeware
DETAILS

Get image from database

Learn how to get a stored image from a database and display it on a page.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Running ASP in Linux and Possible Problems

This writing will discuss several things to do to ensure the application migration carried on in a good way, particularly for ASP Database applications and to overcome possible problems might occurred. Basically, migrating ASP to Linux means you have...
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com