Hi! I use a TQuery to access a Paradox table. I want to perform a LIKE statement on table, From the help I saw:
Query1->SQL->Add("SELECT * FROM ...."
Query1->ExecSQL();
But how to get the results?
Didnt find anything from TQuery methods to get the data!!?
Anyone help...!
clifff
Query1->SQL->Add("SELECT * FROM ...."
Query1->ExecSQL();
But how to get the results?
Didnt find anything from TQuery methods to get the data!!?
Anyone help...!
clifff