Subject Re: [IBO] Urgent - Problem with StoredProc and prepare
Author Lucas Franzen
Paul,


Paul Schmidt schrieb:

> out what version of the DB engine is being used? Hmmm, Jason, if
> your reading, is there a way to find out what version of the engine
> is being used, even if it's on another machine?

if you use a TIB_Connection, you can get the server version with:

TIB_Connection.Characteristics.dbVersion

Have a look at the Characteristics-record, there's quite a lot of
(sometimes very useful) information in it.

Luc.