Subject Re: [IBO] TIB_DSQL
Author Jason Wharton
It would help if you showed the statement to us.

IBO just hands statements to the server. Perhaps you could look in the SQL
trace to see what exactly is being sent to the server.

Regards,
Jason Wharton

----- Original Message -----
From: "ibobjectstempid" <ibobjectstempid@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, November 19, 2003 8:32 AM
Subject: [IBO] TIB_DSQL


> 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?
> -Bob