Subject Re: [IBO] TIB_DSQL
Author Paul Vinkenoog
Hello Bob,

> I'm trying to use the TIB_DSQL component to add records to a
> firebird table via a list of INSERT statements. The statement
> execute in IBexpert, but I get a syntax error on the second
> INSERT statment when I run the Execsql on the IB_DSQL component.
> Am I missing a setting or something?

TIB_DSQL (like every other TIB_Dataset descendant) is for single
statements only. For a sequence of statements, use TIB_Script.


Greetings,
Paul Vinkenoog