Categories
ASPTips and Tutorials → Database-related

Search Database

This example / tutorial explains how to use the LIKE operator to perform a partial match on an Access database.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Connecting to Database using DSN/DSN less Connections

An article on connecting to database via ASP using both DSN and DSN less connections. Explains uses of each. Learn using connection strings.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Database Tutorial

This 4-page tutorial shows all the basics of using Active Server Pages and VBScript to work with databases. It covers Connecting to the Database, Working With Recordsets, and more.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

ASP Data Access for Beginners

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 access data on demand. Luckily, with Microsoft''s Active Server Pages, this is exceedingly easy to...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Insert Using SQL

This short tutorial demonstrates how to insert data into a SQL database using SQL statements.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Multiple Form Selection (Where In)

Allowing multiple choices of data observations enables people to customize views of your data and adds value to your applications. This example utilizes our db on the career statistics of Hammerin Hank Greenberg. The years he played are available to...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Display Table on Web Page

This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Paging Records With GetRows

You all must have seen and done stuff with the RecordSet object, infact everything is done with the RecordSet object. Now, this acticle explains how to use GetRows to page through the records that you recieve from the SELECT. It''s much faster t...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Limit query results with the Recordset object

Have this short program around so that you can quickly see what columns and what data are in your database. Here you will see some of the common methods and properties used to limit the results from your SQL query. Using a simple form that takes a ta...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating a Simple SQL-Driven Web Site

This hands-on tutorial explains how to develop a simple SQL-driven web site in just minutes. Topics include: Our Database Design, Creating a Data Source, Inserting A Tip Into Our Database, Displaying and Deleting Tips, Searching the Database, and Dis...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com