Hey,
I was just wondering if it is possible to write data from an ASP page (coded using
vb.net) to a MS Access database, if so how.
This is what I think;
Create the MS Access Database (inc. table and column names)
Probably use a button to call function/subroutine on the ASP page which
-connects to database,
-uses recordset or response.write to store values from the web control (labels, dropdownlists and radio buttons)
-generate a unique number for record (done in MS Access)
-close database connection
God it sounds so simple, but how would one approach it if possible, or if anyone has sample code they are willing to share.
Any help will be greatly appreciated as always.
D