Subject | Error with TIB_Query |
---|---|
Author | o_espiao1 |
Post date | 2009-01-11T13:09:05Z |
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.
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.