I have a Interbase 5 client/server application running on XP. I get the
this error at least once a day. Any idea what is causing this error and how
to avoid it.
THANKS for HELP ON THIS
David
If you are using cached updates or schema caching you are using
Paradox tables for the cache.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
Thks a lot for your reply.
David
"Bill Todd" <n...@no.com> wrote in message
news:g3hasv8fg8fidjcmh...@4ax.com...
There is no "best" setup. You either have the problem or you don't. :)
Any setup that gets rid of the problem is fine.
The directory structure described in the article is not necessary. The
first thing I would try is to set the Session.PrivateDir property to a
directory other than the directory where the EXE is located (sett
TSession in the on-line help for details). That will get the paradox
tables out of the EXE directory. Unless you need Local Share set to
true for other work with Paradox tables make sure it is set to false.
That should be enough to solve your problem.
I don't know what your app is using tables for, but if they are temporary user
tables, make sure you have a "private directory" defined on the C: drive for
them and lock files will not be created there.
Patrick