How to Reload dml uniquery.
Posted: Mon 14 May 2018 17:23
Good afternoon!
After I use uniquery.sql.clear, would I have some way to give it a reload in the original uniquery?
Example:
Delphi
uniqueryTest object is equal to "select * from table1"
uniqueryTest.close;
uniqueryTest.clear;
uniqueryTest.sql.text: = 'select * from table2';
Is there any command I use that returns the uniqueryTest object to its original state, "select * from table1"?
Thank you.
After I use uniquery.sql.clear, would I have some way to give it a reload in the original uniquery?
Example:
Delphi
uniqueryTest object is equal to "select * from table1"
uniqueryTest.close;
uniqueryTest.clear;
uniqueryTest.sql.text: = 'select * from table2';
Is there any command I use that returns the uniqueryTest object to its original state, "select * from table1"?
Thank you.