Subject RE: [IBO] determine if FB 1.5 or 2.0 is running ...
Author Jason Wharton
> I'm doing the first tests with FB on my application.
> As the SQL changed (more strict with FB2.0) i have to handle
> FB1.5 and 2.0
> differently in a number of procedures.
> But how do I determine at runtime, whether the connected DB
> is 1.5 or 2.0?
> Can I do that with IBO or do I need IBO Admin for it?

You can do it with IBO. Look at the
TIB_Connection.ConnectionCharacteristics (spelling may be off a little).

Jason