Subject | Re: [Firebird-Java] Get the database page size from Jaybird |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-11-09T17:12:16Z |
> Any way to get the databas page size from Jaybird?I guess via Services API. However, if I'm not mistaken, it can be obtained
only via the StatisticsManager, which requires from you parsing the output
of the Firebird.
> I told him to try and create his index within a TRY/CATCH block. If:))
> the index creation fails, catch the error and check the SQL CODE, to
> see if page size was too small. This approach was deemed to lack a
> certain amount of elegance, though.
Roman