Hi friends.
After going thru various related threads and articles I knew that in VFP if I run a SQL query, the whole tables is fetched first to the workstation and then result-set is created. Suppose I find a way to execute SQL (as decribed in A FoxPro Server article in Universal Threads - VFP Articles) on server itself. Now I wonder, if I use a table and simply seek a record - Do still it will fetch whole table and then give me the piece of data I required. If yes, what is the solution. My application is still in developement phase and I can turn to any good technique. Please help me.
Thanks
After going thru various related threads and articles I knew that in VFP if I run a SQL query, the whole tables is fetched first to the workstation and then result-set is created. Suppose I find a way to execute SQL (as decribed in A FoxPro Server article in Universal Threads - VFP Articles) on server itself. Now I wonder, if I use a table and simply seek a record - Do still it will fetch whole table and then give me the piece of data I required. If yes, what is the solution. My application is still in developement phase and I can turn to any good technique. Please help me.
Thanks