Subject Re: [Firebird-Java] Get the database page size from Jaybird
Author Roman Rokytskyy
>> Any way to get the databas page size from Jaybird?

> Dunno - but you need to read the database header page for this info.

Vlad has suggested to use isc_database_info with the constant
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