ado.net and inserting new records....

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
 
J

Jay Bukstein

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

Mark Baer

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?



.
 
M

Michele Stephenson

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
 
Top