Subject | Re: [IBO] Creating tables with script |
---|---|
Author | Harald Klomann |
Post date | 2001-01-04T12:47:58Z |
Riho-Rene,
all actions done in a script require to commit the actions within the
script.
You can use a commit after each action, or a commit at the end of the
script.
Harald Klomann
Riho-Rene Ellermaa wrote:
all actions done in a script require to commit the actions within the
script.
You can use a commit after each action, or a commit at the end of the
script.
Harald Klomann
Riho-Rene Ellermaa wrote:
>
> Hi and HNY!
>
> I create new table with TIB_Script->Execute(). After that I want to enter
> new record to it, but get error "Unable to insert row").
> When I run my program next time (the table is already created), then insert
> is successful.
>
> What must I call after executing script? I tried Trans->CommitRetaining(),
> but that didn't help.
>
> Riho-Rene Ellermaa
> senior programmer
> Hansabank
>