Hi,
I am new to ASP.net and I have designed a simple web form with a text box and dropdown box to add values into an access database table.
I am struggling to figure out how I can write those values as a new row into the table. Every reference book I look at deals with updating recordsets but I have not found anything on inserting new data.
Could anyone please provide me with a simple example of how I might be able to use a stored procedure or Insert query to add a new record to the table.
Thanks,
Jim
I am new to ASP.net and I have designed a simple web form with a text box and dropdown box to add values into an access database table.
I am struggling to figure out how I can write those values as a new row into the table. Every reference book I look at deals with updating recordsets but I have not found anything on inserting new data.
Could anyone please provide me with a simple example of how I might be able to use a stored procedure or Insert query to add a new record to the table.
Thanks,
Jim