Subject | Re: [Firebird-Java] How to reate a database with different PAGE_SIZE on-the-fly |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-05-10T06:06:37Z |
> I know FBManager can create a database on-the-fly with defaultNo. The only way I know is using backup/restore cycle - BackupManager
> PAGE_SIZE 4096. Is there any way to create a database on-the-fly with
> different PAGE_SIZE, such as 8192? I cannot find a way to change this
> parameter for FBManager. Any idea? Thanks.
allows you to specify the page size.
For those who might know something:
For some reason FB ignores page size that is passed in DPB while
creating a database via isc_create_database call and so far I was not
able to do isc_dsql_exec_immediate without database attachment... How
does isql do this?
Roman