Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
35986 Points
6550 Posts
Oct 28, 2011 10:06 AM|LINK
First of all, you better use the System.Data.OleDb namespace when using Access databases
When you want to connect to an Access database, the ASP.NET user needs to have Modify permissions on the folder where the database is located:
http://www.mikesdotnetting.com/Article/74/Solving-the-Operation-Must-Use-An-Updateable-Query-error
hans_v
All-Star
35986 Points
6550 Posts
Re: ODBC access Through IIS
Oct 28, 2011 10:06 AM|LINK
First of all, you better use the System.Data.OleDb namespace when using Access databases
When you want to connect to an Access database, the ASP.NET user needs to have Modify permissions on the folder where the database is located:
http://www.mikesdotnetting.com/Article/74/Solving-the-Operation-Must-Use-An-Updateable-Query-error