For Delphi Data Abstract, is there an example for a Windows Service server where the database connection on startup is pulled from either a local database call in the DA server or from an ini file or a registry setting.
Looked for an example. Did not find one. Need this for when we have client installs and we set the specified database connection during the install process.
Currently with our other servers which I built, I am looking at our System database, finding the company databases , and then starting up the database if not already running, and then attaching to those databases.
Thanks ahead of time.
Bill