Subject | Re: [IBO] check FB version |
---|---|
Author | Mauro Rocha |
Post date | 2019-09-26T10:34:49Z |
Thanks a lot!
Em qui, 26 de set de 2019 às 07:01, Michel LE CLEZIO mlcvista@... [IBObjects] <IBObjects@yahoogroups.com> escreveu:
Hello,I use this kind of code :Version : string;with Datamodule2.IBOQueryProprio do
begin
close;
sql.clear;
sql.Add('SELECT rdb$get_context(''SYSTEM'', ''ENGINE_VERSION'') from rdb$database');
try
execsql;
Version :='Firebird '+Fieldbyname('rdb$get_context').asstring;
except
Version :=Firebird 1.03;
end;
close;
sql.clear;end;Best regardsMikeyLe mercredi 25 septembre 2019 à 19:27:09 UTC+2, Mauro Rocha mnrocha.ufv@... [IBObjects] <IBObjects@yahoogroups.com> a écrit :Is there any way to get the FB server version and the fbclient.dll version?
--
==================================================
Mauro Nacif Rocha
Departamento de Informática
Universidade Federal de Viçosa - MG - Brasil
mnacif@... http://www.dpi.ufv.br/~nacif/
tel.: (31) 3899-1775 / 3891-5133 / 9965-0323
==================================================