Developing a Service App & connecting to InterBase with BDE

  • Thread starter Thread starter Anton Feiertag
  • Start date Start date
A

Anton Feiertag

Hi All

I am developing a Service Application in Delphi 7.

I have moved the code (from the AfterInstall event) that connected to the
InterBase database (via the BDE) to the OnStart event. I get the same error
message as the one in my previous post, "Unknown username or password,
Unavailable database". What is interesting that the code that I originally
had that connected to the database in the AfterInstall event were able to
connect to the database, but when I used that connection in the OnExecute
event I previously got the same error message: "Unknown username or
password, Unavailable database". What can be done so that I can use my BDE
connection to an InterBase database within the OnExecute event of a
TServiceApplication.

Thanks
Anton
 
Back
Top