LyleMartin
Member
I am writing a web application in Delphi 7 Pro. I use the DOA TOracleQuery object called Query to log the user on -- that works fine.
Later in my code I do the following (similar to the logon query).
Query.Clear;
Query.SQL.Add(sqlstr);
Query.Execute;
I get an exception on the Query.Clear command.
If I add a Query.Close before that command -- I get the exception on that Close command.
This seems like something simple I am missing in how the Query component works? Any thoughts? OR has anyone seen behavior like this before?
Thanks,
-Lyle
------------------
Ms. J. Lyle Martin
Senior Web Developer
Integic Corporation
Chantilly, VA USA
Later in my code I do the following (similar to the logon query).
Query.Clear;
Query.SQL.Add(sqlstr);
Query.Execute;
I get an exception on the Query.Clear command.
If I add a Query.Close before that command -- I get the exception on that Close command.
This seems like something simple I am missing in how the Query component works? Any thoughts? OR has anyone seen behavior like this before?
Thanks,
-Lyle
------------------
Ms. J. Lyle Martin
Senior Web Developer
Integic Corporation
Chantilly, VA USA