Subject | Re: Error with TIB_Query |
---|---|
Author | Joao Henrique Levada |
Post date | 2009-01-12T00:32:53Z |
--- In IBObjects@yahoogroups.com, "o_espiao1" <magnoscosta@...> wrote:
cleared all the SQL?
You don't need the error line.
"TIB_Query1.SQLSelect.Clear;" delete this line, and your problem is
over.
>Why did you have to clear the SELECT part of your SQL, after your
> Hi...
> I have a weird problem.
> When I use the command:
> TIB_Query1.Close;
> TIB_Query1.SQL.Clear;
> TIB_Query1.SQLSelect.Clear;
>
> Arriving in SQL.Clear the error occurs:
cleared all the SQL?
You don't need the error line.
"TIB_Query1.SQLSelect.Clear;" delete this line, and your problem is
over.