Subject | RE: [IBO] Detect firebird version |
---|---|
Author | Alan McDonald |
Post date | 2004-06-02T12:53:55Z |
> Hello everybody!What does the following bring up when used against the embedded server?
> 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.
IB_Connection1.Characteristics.dbVersion;
Alan