Subject | Re: [firebird-support] Another question for Alan |
---|---|
Author | Helen Borrie |
Post date | 2003-07-09T11:46:27Z |
At 01:28 PM 9/07/2003 +0200, you wrote:
Say you have fb_db/tcp 3051 in Services..
Client connection request is
localhost/3051:D:\databases\MyDatabase.fdb
But, really, you want iboconsole to use the firebird client, not the
interbase one. So grab the iboconsole source from Lorenzo's site, open it
up in Delphi and add a new unit similar to the one named IB_Session511.pas
in your IBO root directory, replacing the dll name with whatever your
firebird client is called (fbclient.dll?). Perhaps rename the project to
keep it separate, and just recompile it.
heLen
>OK - got it sorted - moved everything to d:\firebird.You need to put the port number in your connection string:
>
>But now, when I use FB Manager or IBO Console, it only shows me the IB
>server. How do I get the console to show me the FB server - or both?
Say you have fb_db/tcp 3051 in Services..
Client connection request is
localhost/3051:D:\databases\MyDatabase.fdb
But, really, you want iboconsole to use the firebird client, not the
interbase one. So grab the iboconsole source from Lorenzo's site, open it
up in Delphi and add a new unit similar to the one named IB_Session511.pas
in your IBO root directory, replacing the dll name with whatever your
firebird client is called (fbclient.dll?). Perhaps rename the project to
keep it separate, and just recompile it.
heLen