Subject Re: [IBO] [Jason] Fail to prepare sentence in all my queries after update to IBO 4.9.14
Author Woody
From: "hamacker" <sirhamacker@...>
Sent: Thursday, September 01, 2011 11:46 AM
To: <IBObjects@yahoogroups.com>
Subject: Re: [IBO] [Jason] Fail to prepare sentence in all my queries after
update to IBO 4.9.14

> Well, before I used IB_Query.ExecSQL for insert/update/detete
> or IB_Query.Execute for execute procedure...
> I use TIB_Script only when I have two or more sentences separate by ";".
>
> To new applications I can change that to a new method, but all current
> applications is more fast use IB_Query.ExecuteDDL(m.sql.text) for
> insert/update/delete.
>
> Just would like to know, if it´s a bug or not on this new version.
>
> As you say, this new version change old ways.
>

Have you tried removing the ending semi-colon from a single statement query
to see if it's somehow interpreting more than it needs to?

Woody (TMW)