Subject | Re: [Firebird-Java] Get the database page size from Jaybird |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-11-09T21:03:34Z |
>> Any way to get the databas page size from Jaybird?Vlad has suggested to use isc_database_info with the constant
> Dunno - but you need to read the database header page for this info.
isc_info_page_size. You can get the instance of GDS interface by casting
connection object to FirebirdConnection interface. Then you can call
iscDatabaseInfo method.
Roman