Subject | RE: [Firebird-Java] Get ODS version |
---|---|
Author | Jiří Činčura |
Post date | 2014-08-15T07:34:46Z |
You can easily do:
select mon$ods_major, mon$ods_minor from mon$database;
and get the information. If the mon$database table does not exists, you’re for sure on 1.5.
--
Mgr. Jiří Činčura
Independent IT Specialist
select mon$ods_major, mon$ods_minor from mon$database;
and get the information. If the mon$database table does not exists, you’re for sure on 1.5.
--
Mgr. Jiří Činčura
Independent IT Specialist