Subject Re: [IBO] Is there a way to change the pagesize of the database ?
Author TeamIBO
> Is there a way to change the pagesize of the database you want to
> create using the already build (free) ib_sql.exe?
> The reason i ask is pretty silly: i changed the ibf_sql to allow to
> change the page_size at runtime and was wondering
> if maybe it is already posible and i don't know how?

I've been looking at this recently as well. I actually thought that
it used to be possible on old versions of IB_WISQL, but I could be
mistaken.

Of course there is another way using IB_SQL - run a script that uses
something like:

CREATE DATABASE 'D:\Temp\Test.GDB'
USER 'SYSDBA'
PASSWORD 'masterkey'
PAGE_SIZE=4096;

It should certainly be possible to make the change to ibf_sql to do
this via the user interface, its just a matter of who wants to spend
the time to do it :-)

hth

--
Geoff Worboys - TeamIBO
Telesis Computing