Using Asp.net 1.1
Trying to learn updating an Access database. Copied code straight from an
example. Received this error:
Operation must use an updateable query
The line in question was this:
DBCommand.ExecuteNonQuery()
I looked here:
http://imar.spaanjaars.com/QuickDocId.aspx?QUICKDOC=287
I gave full permissions on the Inet WWWRoot folder and on the mdb file.
Still same error.
The site above recommends modifying the Web.config file by adding <identity
impersonate="true">, but I don't know which config file to modify. I have
zillions on my computer.
Can somebody tell me which?
Or does somebody have an other solution?