MarkButler
Programmer
I have an application which validates a SSN against another systems Paradox database. I developed the application on a test system containing a copy of the Paradox tables. In testing the application and Paradox table access was working.
My problem is that when I installed it on the production Paradox tables I get a "Connectivity error: [Microsoft][ODBC Paradox Driver] Unexpected error from external database driver (11270)". Turns out that this happens when another user is in the Paradox database.
My remote view is not sending updates (inquiry only) but the other software package written in Delphi has the tables locked. It appears that the files are locked to any application other than the original application. I tried to link to the tale using Access and run into the same issue.
Has anyone figured out a workaround for this problem?
TIA
Mark Butler
My problem is that when I installed it on the production Paradox tables I get a "Connectivity error: [Microsoft][ODBC Paradox Driver] Unexpected error from external database driver (11270)". Turns out that this happens when another user is in the Paradox database.
My remote view is not sending updates (inquiry only) but the other software package written in Delphi has the tables locked. It appears that the files are locked to any application other than the original application. I tried to link to the tale using Access and run into the same issue.
Has anyone figured out a workaround for this problem?
TIA
Mark Butler