Subject | RE: [IBO] determine if FB 1.5 or 2.0 is running ... |
---|---|
Author | Jason Wharton |
Post date | 2006-11-14T07:20:36Z |
> I'm doing the first tests with FB on my application.You can do it with IBO. Look at the
> 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?
TIB_Connection.ConnectionCharacteristics (spelling may be off a little).
Jason