Subject Re: [IBO] Stand alone Server DLL
Author Helen Borrie
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