B
B. Chernick
I have a web app installed on a server. I created another directory on the
same machine to hold FoxPro 6 files.
Based on my reading, I gave the ASP.Net Machine account full control over
the directory and the files.
This still does not work. The app can read the tables ok, but any attemp to
update them results in:
Cannot update the cursor ORD, since it is read-only.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Cannot update the
cursor ORD, since it is read-only.
Suggestions?
same machine to hold FoxPro 6 files.
Based on my reading, I gave the ASP.Net Machine account full control over
the directory and the files.
This still does not work. The app can read the tables ok, but any attemp to
update them results in:
Cannot update the cursor ORD, since it is read-only.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: Cannot update the
cursor ORD, since it is read-only.
Suggestions?