| View previous topic :: View next topic |
| Author |
Message |
David Guest
|
Posted: Mon May 10, 2004 1:50 pm Post subject: Can Paradox run in a Service Application? |
|
|
I'm using Delphi 5.0 with BDE 5.01 running on Win2k Server
When I run a standard app:
table.active:=True
works fine.
When I try to open this same table on the same computer within a TService, it generates this error: "Invalid File Name"
Can Paradox Tables run in a Service Application?
|
|
| Back to top |
|
 |
Bill Todd (TeamB) Guest
|
Posted: Mon May 10, 2004 6:52 pm Post subject: Re: Can Paradox run in a Service Application? |
|
|
Are you sure that the account the service runs under has access to the
table? I have never tried this but it should work.
--
Bill (TeamB)
(TeamB cannot respond to questions received via email)
|
|
| Back to top |
|
 |
David Guest
|
Posted: Wed May 12, 2004 11:53 am Post subject: Re: Can Paradox run in a Service Application? |
|
|
"Bill Todd (TeamB)" <no (AT) no (DOT) com> wrote:
| Quote: | Are you sure that the account the service runs under has access to the
table? I have never tried this but it should work.
|
You are correct. It was a permissions issue with the system
account. Thank you!
|
|
| Back to top |
|
 |
|