| View previous topic :: View next topic |
| Author |
Message |
wesj@hotmail.com Guest
|
Posted: Sat Oct 08, 2005 12:46 am Post subject: PDOXUSRS.NET not found? |
|
|
Hi all,
New to delphi(from MS C++) & working on code from existing app w/
Delphi 5 (on XP machine).
When the running what amounts to being the following code in the
debugger:
Session.NetFileDir := 'C:net';
Session.PrivateDir := 'C:priv';
Session.Active := true; //<-- blows up here
I get the following error:
Project myProj.exe raised exception class EDBEngineError with message
'File or directory does not exist. File: PDOXUSRS.NET'. Process
stopped. User Step or Run to continue.
Note that Session is the default global TSession object, and the
specified directories are valid.
What does one do to fix this?
Thanks!
Wes
|
|
| Back to top |
|
 |
Oscar Santiesteban Jr. Guest
|
Posted: Sun Oct 09, 2005 12:00 am Post subject: Re: PDOXUSRS.NET not found? |
|
|
Does the directory "c:net" exist on the computer?
If not, create it and try the program again.
<wesj (AT) hotmail (DOT) com> wrote
| Quote: | Hi all,
New to delphi(from MS C++) & working on code from existing app w/
Delphi 5 (on XP machine).
When the running what amounts to being the following code in the
debugger:
Session.NetFileDir := 'C:net';
Session.PrivateDir := 'C:priv';
Session.Active := true; //<-- blows up here
I get the following error:
Project myProj.exe raised exception class EDBEngineError with message
'File or directory does not exist. File: PDOXUSRS.NET'. Process
stopped. User Step or Run to continue.
Note that Session is the default global TSession object, and the
specified directories are valid.
What does one do to fix this?
Thanks!
Wes
|
|
|
| Back to top |
|
 |
auto.del@gmail.com Guest
|
Posted: Sun Oct 09, 2005 8:11 am Post subject: Re: PDOXUSRS.NET not found? |
|
|
Hoi Wes and Oscar
FYI the newsgroup borland.public.delphi.database do not officially
exist. In general about how to post to Borland news groups you need to
know this:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>
Also cross posting is a bad habit.
|
|
| Back to top |
|
 |
|