Subject | Re: [IBO] Stand alone Server DLL |
---|---|
Author | Gordon Hamm |
Post date | 2008-01-04T00:36:46Z |
Thanks for the reply..
Dont I have to list the Embedded dll somewhere or will it automaticly know to call the DLL instead of the firebird server?
Dont I have to list the Embedded dll somewhere or will it automaticly know to call the DLL instead of the firebird server?
----- Original Message -----
From: Helen Borrie
To: IBObjects@yahoogroups.com
Sent: Thursday, January 03, 2008 5:19 PM
Subject: Re: [IBO] Stand alone Server DLL
At 07:43 AM 4/01/2008, you wrote:
>Can you tell me where to list the stand alone server in the Database connection? I want to use the firebird DLL.
Do you mean fbembedded?
If so, develop your app using the full SUPERSERVER and the regular fbclient.dll (renamed if necessary to gds32.dll).
1. Leave Server nil
2. Choose cpLocal for Protocol
3. Put the database file path or alias in Path
4. Put a friendly name (e.g. mydata) in DatabaseName
5. For testing and deployment with the embedded server as the client, study the Firebird release notes. This is very important, as the relative locations of everything are crucial and your app won't work if you don't do it properly.
If you didn't mean the embedded server then try to explain what you mean by "list the stand alone server in the Database connection".
Helen
[Non-text portions of this message have been removed]