This is an example Tutorial that I just wrote especially for this Thread.
http://ee.cffcs.com/Q_24801116/Q_24801116.aspcode
http://ee.cffcs.com/Q_24801116/Q_24801116.zipThis 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