Subject | Re: [firebird-support] Embedded Firebird Libary using Firebird-Server |
---|---|
Author | Elmar Haneke |
Post date | 2004-05-13T13:42:22Z |
> The problem is, that we have an (increasing) amount ofOther applications on the same Server should not cause any problems -
> errors/problems regarding to other applications that are also using
> the firebird/interbase server.
at least if the server is not yet overloaded.
> Some of them use different versions of the server, some are running"modified" Paswods for SYSDBA are the usual case - you should never
> with a local server installation, some use modified
> sysdba-passwords,....
expect your client to have "masterkey" there.
Using different Versions might be an problem, you should specify what
Version to use - mayby your application should refuse to work on other
Versions. Your application should have the ability to connect to
DB-Server listening on an different port. This does enable installing
an additional instance if required.
> Last but not least our software can be used single- or multiuser -You can have an server running on the workstation.
> with or without a dedicated server.
> - We don't need to run the firebird "clientsetup" on everyIn most cases this can be prevented by using the renamed DLL - the
> client.
registry-items should be superflous.
> Does anybody know if this should work under all possible conditionsWindows 98 should be ok in general - I'm using it for myself. For any
> or does anybody know that it could/should fail? What about Win98 (a
> lot of our customers still use it)?
reason I went into trouble loading an "fbintl2.dll" with an customized
collation order: Both embedded and superserver did ignore the file on
Win98se - NT4 was able to utilize it.
Elmar