Subject | Re: [firebird-support] Stick with gds32.dll or move to fbclient.dll? |
---|---|
Author | Helen Borrie |
Post date | 2004-10-05T11:40:14Z |
At 11:23 AM 5/10/2004 +0000, you wrote:
and placing it in the system directory is sufficient. It is mainly for
IBX, which decides the client is illegal if it doesn't have the build
details for InterBase.
this list.
Firebird. The correct Firebird client renamed to gds32.dll can be used
with firebird. The interbase client gds32.dll renamed to fbclient.dll
won't work with InterBase...
./hb
>HiYou should be using fbclient.dll, copied as gds32.dll.
>
>If my delphi/IBO application is intended to be installed on various
>client machines, are there advantages/disadvantages in my
>application using either fbclient.dll or gds32.dll?
>I am currently using firebird-1.5.0.4306-win32 /silent as part of myYes, it could cause problems and no, they are not all the same.
>setup. As I understand things this option does not overwrite
>gds32.dll if it exists. Could this cause me problems if a client has
>a different version of gds32.dll installed, or are they all the same?
>As i understand it i can replace/ update the gds32.dll by addingIn fact, you don't need to run instclient.exe for IBO. Just renaming it
>instcleint i[gds32]to my setup. But I am worried that
>updating/replacing gds32.dll may cause problems with my clients
>machines either now or in the future.
and placing it in the system directory is sufficient. It is mainly for
IBX, which decides the client is illegal if it doesn't have the build
details for InterBase.
>To me it seems more sensible to convert my IBO units to useThere are various techniques, if you want to go this way - off-topic in
>fbclient.dll (I understand I can do this by: In ib_constants, change
>the first variable defined in that unit, viz. IB_GDS32:
>string= 'gds32.dll'; to IB_GDS32: string = 'fbclient.dll';). but are
>there any disadvantages in doing this?
this list.
>It seems strange that IBO isNot strange at all. IBO is used with Interbase as well as with
>not setup to use fbclient as firebird doc says gds32.dll will not
>always be supported.
Firebird. The correct Firebird client renamed to gds32.dll can be used
with firebird. The interbase client gds32.dll renamed to fbclient.dll
won't work with InterBase...
./hb