Subject Re: [IBO] Creation of Interbase objects during run time?
Author myhesti@yahoo.com
--- In IBObjects@y..., Helen Borrie <helebor@d...> wrote:
> At 05:13 AM 01-12-01 +0000, you wrote:
> > >> How can I create Interbase database at run time ?
> >
> > >Thats the easy one - just write the SQL for it and put it in
> > >an IB_DSQL.
> > >Check out the samples - that is how Jason builds the
> > >databases if they don't exist.
> >
> >sorry my english is bad
> >
> >My '.SQL file size = 600kb (157 table);
> >
> >I Allways fail to put in IB_DSQL.
>
> Use IB_DSQL to run ONE DDL statement.
>
> Use TIB_Script to run a script (your .sql file)
>
> Helen


Thanks for everyone

novell