Board index » delphi » Pdoxusrs.lck and Pdoxusrs.net

Pdoxusrs.lck and Pdoxusrs.net

I'm using Delphi 4.0, and SQL-Server 6.5.
I deploy my application on the users PC, where
they run other "wintage" Paradox applications.
The executable is on a common directory in the network.

Intermittently, whenver they load the Delphi application
the get the error, "Could not access Pdoxusrs.lck/Pdoxusrx.net",
even when they do not have any Paradox application running.

Looks like there is a conflict in the BDE in handling the two
databases.

Any solution for this ?
Thank You.

 

Re:Pdoxusrs.lck and Pdoxusrs.net


Are you using Cached Updates?  If not, make sure that cachedupdates
property of any table and query components in your application are set
to false.  If you are, the temporary tables used to do the caching are
paradox.
Quote
Rajesh Francis wrote:

> Intermittently, whenver they load the Delphi application
> the get the error, "Could not access Pdoxusrs.lck/Pdoxusrx.net",
> even when they do not have any Paradox application running.

> Any solution for this ?
> Thank You.

Re:Pdoxusrs.lck and Pdoxusrs.net


If your using cached updates then your using paradox in the background.
This may be your problem.
dp

Quote
Rajesh Francis <raje...@hotmail.com> wrote in message

news:81bpid$2ui18@forums.borland.com...
Quote
> I'm using Delphi 4.0, and SQL-Server 6.5.
> I deploy my application on the users PC, where
> they run other "wintage" Paradox applications.
> The executable is on a common directory in the network.

> Intermittently, whenver they load the Delphi application
> the get the error, "Could not access Pdoxusrs.lck/Pdoxusrx.net",
> even when they do not have any Paradox application running.

> Looks like there is a conflict in the BDE in handling the two
> databases.

> Any solution for this ?
> Thank You.

Re:Pdoxusrs.lck and Pdoxusrs.net


Quote
Rajesh Francis <raje...@hotmail.com> wrote:
> I'm using Delphi 4.0, and SQL-Server 6.5.
> I deploy my application on the users PC, where
> they run other "wintage" Paradox applications.
> The executable is on a common directory in the network.

> Intermittently, whenver they load the Delphi application
> the get the error, "Could not access Pdoxusrs.lck/Pdoxusrx.net",
> even when they do not have any Paradox application running.

> Looks like there is a conflict in the BDE in handling the two
> databases.

> Any solution for this ?

Go to the BDE admin 'Configuration' tab select drivers/native/paradox
You must set the NET DIR to a common path for all users.

Other Threads