Developing a Service App & connecting to InterBase with BDE

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top