Guest_imported
New member
- Jan 1, 1970
- 0
Hello you all,
I'm using DBEXPRESS components, and when i use sqlquery
it gives me an error. Here's some code:
sqlquery1.close;
sqlquery1.sql.clear;
sqlquery1.sql.add ('SELECT * FROM TABLE1');
sqlquery1.open;
Here's the error:
SQLQUERY1: Cursor not returned from query
Did you have any solution to solve this error?
If I use, the code I will show to you, I don't receive
that error.
Here's the code:
sqlclientdataset1.close;
sqlclientdataset1.commandtext:='SELECT * FROM TABLE1';
sqlclientdataset1.open;
Regards,
SolveProblems
I'm using DBEXPRESS components, and when i use sqlquery
it gives me an error. Here's some code:
sqlquery1.close;
sqlquery1.sql.clear;
sqlquery1.sql.add ('SELECT * FROM TABLE1');
sqlquery1.open;
Here's the error:
SQLQUERY1: Cursor not returned from query
Did you have any solution to solve this error?
If I use, the code I will show to you, I don't receive
that error.
Here's the code:
sqlclientdataset1.close;
sqlclientdataset1.commandtext:='SELECT * FROM TABLE1';
sqlclientdataset1.open;
Regards,
SolveProblems