Subject Error with TIB_Query
Author o_espiao1
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:

Cannot Prepare a blank Statement.

But in other forms with the same command does not occur this error.
What is the explanation?

Thank you.