Thanks BV
Basically what I was planning to do is to open a table 3 times to
retrieve the following:
1) Content list, which will be displayed on to the client screen
2) Count the number of records retrieved
3) Retrieve properties region (eg. Postcodes 43554, 5543…) (using the
DISTINCT function when querying the table to eliminate duplicate values)
The table that I’m querying has to be INNER JOINT with 3 different
tables.
My question was:
Is it better to:
a) query the tables three times or;
b) run the query one time and insert the results into a local temporary
table that will contain a maximum of 200 records, then access the
temporary table as many times as needed?
After some more research I think the answer to that question should be
(b).
If anybody know a better way or think that I’m wrong, please replay...
PS: In your previous email you have mention about client side cursor.
I have posted another message title: "CursorLocation: Client Side Cursor
(How does it work?)" if you would not mind to share a bit more
knowledge, I would really appreciates that...
*** Sent via Developersdex
http://www.developersdex.com ***