Inserting Records with ADO.NET

M

Mark Baer

Using ASP.NET and ADO.NET to talk to Access 2000. Using
OLEDB to connect. Getting error message: "Must use an
Updatable query." I gave IUSR write access to the
directory where the db lives. Connection String
basically just has path to db and provider info.

Any ideas?

Thanks
 
B

Brendan Reynolds \(MVP\)

We'd need to see the SQL to have any chance of helping with this one, Mark.
 
Top