Question : ASP form to database

I need to create a simple data collection web form with update and delete capability. I did one years ago with Front Page and access db. I am assuming this is probably an outdated solution. I will be hosting on win server 2003 with iis 6. It has .net installed but I only know asp. Any suggestions for a hack.

Answer : ASP form to database

This is an example Tutorial that I just wrote especially for this Thread.
http://ee.cffcs.com/Q_24801116/Q_24801116.asp
code
http://ee.cffcs.com/Q_24801116/Q_24801116.zip

This is using Classic ASP and an Access Database.

Demonstrates the following

#1: How to retrieve information from a database into Textfields and a ComboBox
#2: How to Delete, Insert and Update records into a database.
#3: Using Parameters in our Statements, this is to help protect against SQL Injection.
#4: How to ONLY show information that is requested via QueryString (Update)

Files Include:
#1: ADOVBS.inc (File that holds all the Parameters)
#2: cons.asp (File that holds the connection string, and INCLUDE to the ADOVBS.inc
#3: Q_24801116.asp (This is the Forms that you need to communicate with the database
#4: setRecords.asp (This is all your Insert, Delete, Update Statement)
#5: Q_24801116.mdb (This is our Demo Database)

I hope that you find this useful.
Carrzkiss
Random Solutions  
 
programming4us programming4us