Subject Re: [IBO] Is there a way to change the pagesize of the database ?
Author Pirtea Calin
"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:1006282156.20020204100421@......
> > 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 :-)

Thanks for the confirmation i changed the ibf_sql already so i will post it
to Jason ASAP.



--
Best regards,
Aplication Developer
Pirtea Calin Iancu
S.C. SoftScape S.R.L.
pcalin@...