Connecting to Access97 with ASP.NET

B

Brent

I have an asp.net application where I am trying to insert
a record into an Access 97 table. I am getting this error
when trying to insert. Lock List Main is my table.

System.Data.OleDb.OleDbException: Record(s) cannot be
read; no read permission on 'Lock List Main'.

I have set all the permissions on the database and root
folders to "everyone" and I am connecting to the database
with the appropriate user. Has anyone seen this or do you
have any suggestions?
 
Top