Adalberto Baldini
2008-03-02 17:54:40 UTC
For each application I use a TIBDatbase and all forms connect to it. I have
many applications for many targets.
Each Application that connects to IBServer use one attachment and one user's
license, this means that if a user open 5 applications it consumes 5
licenses.
I would build an application with a data modul that starts when 1st appl.
starts and runs in background, until system shutdown, available for every
new appl.
When I start an appl. I don't know :
1) how query the system to know if datamodul is running (if not how start it
..)
2) how to connect my TIBConnections to background datamodul TIBDatabase
Thaks for suggestions
Adalberto Baldini
many applications for many targets.
Each Application that connects to IBServer use one attachment and one user's
license, this means that if a user open 5 applications it consumes 5
licenses.
I would build an application with a data modul that starts when 1st appl.
starts and runs in background, until system shutdown, available for every
new appl.
When I start an appl. I don't know :
1) how query the system to know if datamodul is running (if not how start it
..)
2) how to connect my TIBConnections to background datamodul TIBDatabase
Thaks for suggestions
Adalberto Baldini