Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with populating access db table from data submit from eb form

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have created and Access table (database) and an HTML form with equivalent data fields (Using FrontPage - my pc is also configured as a server so I can test the function before placing the pages on the production server) . Using the Language= "VBSript" I wrote a basic SQL statement (including Conn.Open, Prod.Open, etc.) within an HTML page, to INSERT a new record in the access table and that is where my problems begin. I used the POST method and created an asp file to display the confirmation that the record was added which is where my problem occurs. The Response.Write works for records already in the db table but no records were added. Do I need to have a specific software installed on the server end to successfully run the SQL statement? Do I need to compile file that contains the query command (DML) with the the statement in a Visual Basic or JavaScript (.css) or another programming language?
 
please give examples of the code codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top