SQL question

Matt Brown

Registered User.
Local time
Today, 23:15
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).]
 
Pat,
Thanks for your reply, though i am still unsure, if the recordset has been built what is it calculating when you click lets say the next record button(it starts calculating again) is it pulling the next record out from the record set or is it re-querying the the backend table again which seems does not seem logical if the record set has already been built.?
(The 1000 record qty was just a hyperthetical amount)

Matt

PS I have missed something out here, what has happened to your status????

PPS forget the above PS if you have already read this post, just seen your post "Where am i?


[This message has been edited by Matt Brown (edited 02-26-2002).]

[This message has been edited by Matt Brown (edited 02-26-2002).]
 

Users who are viewing this thread

Back
Top Bottom