ado.net and inserting new records....

  • Thread starter Thread starter Mark Baer
  • Start date Start date
M

Mark Baer

I get "Can not update database". Something about an
updateable query. Yes, I gave IUSR access to the folder
the database lives in. Anyone have other ideas?
Using .NET 1.1 with an OLEDB connection object. No
special parameters on the connection string, just
database path and provider.

Thanks
 
Is the database a Microsoft SQL Server database or are
you using ADO to insert data into an Access Table?
 
Sorry, Access 2000.

Thanks

-----Original Message-----
Is the database a Microsoft SQL Server database or are
you using ADO to insert data into an Access Table?



.
 
I had the similar problem today although not using
ado.net and it was just that the ISUR did not have read,
read and write priveledges under security tab on the
database file itself. Maybe that will help.

michele
 
Back
Top