Subject | Re: Server Version Info |
---|---|
Author | stanw1950 |
Post date | 2003-12-12T20:42:57Z |
--- In IBObjects@yahoogroups.com, "Ed Dressel" <Dressel@A...> wrote:
MyVersion := MyDb.Characteristics.DbVersion;
If needed, you can also get the sql dialect:
MyDialect := MyDb.SQLDialect;
Stan
> How do I get the server version info on a client?If you are using a TIBODatabase (MyDb) like I am you can use (Delphi):
>
> Thanks
> Ed Dressel
MyVersion := MyDb.Characteristics.DbVersion;
If needed, you can also get the sql dialect:
MyDialect := MyDb.SQLDialect;
Stan