Subject RE: [IBO] Detect firebird version
Author Alan McDonald
> Hello everybody!
> Maybe someone could help me with this:
> Is there a method to detect which firebird version
> is running with my application?
> I need to know when embedded version is running so
> i can disable users/rights creation.
>
> Regards,
> Peter.

What does the following bring up when used against the embedded server?
IB_Connection1.Characteristics.dbVersion;

Alan