Matt Brown
Registered User.
- Local time
- Today, 06:55
- Joined
- Jun 5, 2000
- Messages
- 120
I fully understand the concepts of SQL and how to query databases but this has sort of been bugging me for a while...
I have a frontend and a backend databases which are linked, When i load up a particular form which has a query attached to it, the query obviously queries the tables and returns the results of the query to the form. No problem there..
My question is when i go through each record, lets say the query found 1000 records, you can see it calculating in the bottom left of my screen, is it querying the tables again and pulling the next record across or does it pull all of the records over in one block on the first query, if so what is it calculating?
[This message has been edited by Matt Brown (edited 02-22-2002).]
I have a frontend and a backend databases which are linked, When i load up a particular form which has a query attached to it, the query obviously queries the tables and returns the results of the query to the form. No problem there..
My question is when i go through each record, lets say the query found 1000 records, you can see it calculating in the bottom left of my screen, is it querying the tables again and pulling the next record across or does it pull all of the records over in one block on the first query, if so what is it calculating?
[This message has been edited by Matt Brown (edited 02-22-2002).]