AddCriteria Simplifies SQL Queries
AddCriteria is a small function that simplifies the code needed to produce a SQL query from a set of optional criteria posted by a user. This article explains how to use this function.
http://www.15seconds.com/issue/010629.htm
(Rating: 0.00 Votes: 0)
Rate ItReview It
Adding Records to a Database using SQL
The purpose of this article is to show how to get records from an html form and submit that form to an ASP page. This ASP page will then use SQL to enter the records into the database.
Price: Free
http://idm.internet.com/articles/200002/wd_02_25_00ee.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
Adding Records to the Database
This is a complete tutorial on adding records to the database via ASP for beginners. Both Connection and Recordset Objects discussed. Also get an insight on insert SQL statement.
Price: Free
http://www.stardeveloper.com/asp_addrec_1.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It
ASP and Databases
The ASP data access component is one of the most powerful features of ASP. With this component you are able to interface your database(s) directly with your webserver. Database access in ASP is, or can be, very complex. This online tutorial focuses on just a few objects to help you get started with the basics and you can then move forward from there.
http://www.thescripts.com/serversidescripting/asp/tutorials/aspanddatabases/page0.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
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 Microsofts Active Server Pages, this is exceedingly easy to do. This article for ASP beginners details how to connect to a SQL Server 7.0 database using ActiveX Data Object (ADO) and Open Database Connectivity (ODBC).
http://www.15seconds.com/Issue/001025.htm
(Rating: 0.00 Votes: 0)
Rate ItReview It
Centralizing Database Access With Visual Basic DLLs
By centralizing database code within ActiveX DLLs, you can simplify your development efforts, and decrease the learning curve for new developers. This article explains how to create a Visual Basic ActiveX DLL that controls database functionality.
http://www.asp101.com/articles/carvin/dataaccess/default.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It
Connecting to a Database in ASP
A short guide on how to connect to a database in ASP using Jet connection.
http://www.scriptage.co.uk/article.asp?id=6
(Rating: 0.00 Votes: 0)
Rate ItReview It
Convert to Comma-Delimited File
This page demonstrates the capabilities how to write an ASCII comma-delimited file from a SQL statement using ASP.
Price: Free
http://www.learnasp.com/learn/dbconvert.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It
Creating A Connection
This tutorial will tackle the first hurdle in database interaction - making the connection. To create a connection to a database, you have 3 choices. You can either specify a path to the database, reference a DSN or you can use the Server.MapPath option. This tutorial explains each of the three choices.
http://www.js-examples.com/asp/connection.html
(Rating: 0.00 Votes: 0)
Rate ItReview It