Answered
Inserting form data into Access database
Hi (ASP.NET & Access database question)
I have created a simple aspx form with 3 fields (txt.contact_name, txt.email, txt.comments). What i would like to do is when a user clicks the submit button the information supplied is fed into an Access database table (contact_name, email, comments). Can anyone shed light on how I can do this?
I usually use SQL Server and using that database I would normally create a stored procedure for the insert statement but I am having problems creating a stored procedure in Access 2000.
I have created a simple aspx form with 3 fields (txt.contact_name, txt.email, txt.comments). What i would like to do is when a user clicks the submit button the information supplied is fed into an Access database table (contact_name, email, comments). Can anyone shed light on how I can do this?
I usually use SQL Server and using that database I would normally create a stored procedure for the insert statement but I am having problems creating a stored procedure in Access 2000.
