Subject RE: [firebird-support] Firebird 2 and IBX components
Author Helen Borrie
Graeme,

At 11:49 AM 5/07/2005 +1000, you wrote:
>Sean,
>You are correct! I must have somehow missed out on the fact that the 1.5
>client doesn't need version
>stamping to work with IBX. I have just replaced the version stamped dll with
>the non version stamped
>one and it does work.
>

You seem confused about what the version stamping is for. The
"compatibility client" is only needed if you are building an app using the
IBX service components, because IBX at design-time is hard-coded to prevent
use of the Services API with a client having a major version number lower
than 6. However, once the application is compiled, it doesn't care.

A client with a version number of 2 still won't be high enough.

./heLen