Hello everyone , I want to retrieve multiple rows at the same time.Below is the given query , i want to populate 'list' object with the data returned by this query.
EXEC SQL DECLARE C1 CURSOR FOR
SELECT ATPHLO
FROM asset_info
WHERE ATPHLO LIKE :tmp_city;
how can i do it?
Best Regards
Khuram Mir
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
