Subject Creating multiple GDB files with ib_connection.CreateDatabase
Author Leos Urban
Hi,
I tested creating of DB with ib_connection.CreateDatabase().
It worked fine but I need create more GDB files.

As with the following SQL statement:

create database "ibodemo0.gdb"
PAGE_SIZE=4096
LENGTH 497500 FILE "ibodemo1.gdb"
LENGTH 497500 FILE "ibodemo2.gdb"
default character set WIN1250;

In IBO help are informations about Params property but it does not work for
me.

IBO 3.6 & Delphi 5 Pro.

Thanks
Leos