Subject | RE: [firebird-support] Deploying Multiple Applications That Use Firebird 2.5 Embedded Databases. |
---|---|
Author | Leyne, Sean |
Post date | 2011-08-16T23:27Z |
> Suppose I have three applications MyPasswordManager, MyToolManagerWhat do you want to happen?
> and MyMovieManager that each use a Firebird 2.5 Embedded database.
> Now lets say that I have a customer who bought and installed all three of my
> applications on the same machine.
>
> What happens when this customer has all three of these applications running
> on her computer at the same time?
Since the apps are written by you and you are using the embedded engine, you have some choices. For example you could offer a central security repository which would share user profiles amongst your apps. In that case, the security/profile manager should be deployed as a separate element, otherwise you would not be able to upgrade the embedded engine without updating all of the applications at the same time.
> Will this cause any issues?As long as you place the DLLs in the same folder the application EXEs and *not* a shared/common path (like System32) you will be fine.
Sean