This is a discussion on Inserting A New Record - DOTNET ; I'm trying to insert a new record into an Access table based on values in the controls on a web form. I've tried a combination of techniques, none of which seem to work. Does anyone have any sample code that ...
I'm trying to insert a new record into an Access table based on values in
the controls on a web form. I've tried a combination of techniques, none of
which seem to work.
Does anyone have any sample code that does this? All my books assume I'll
be using stored procs, which I am not.