Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runnig SQL while table is updated
Message
From
26/01/2002 11:19:48
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00609907
Message ID:
00611060
Views:
15
This message has been marked as the solution to the initial question of the thread.
How VFP internally deals with this situation, where and how SQL is performed?
I'm talking about native VFP tables.



As you are talking for native VFP tables, and as I suppose that O: stands for a shared network drive the answer is:
VFP will get whole the data to the client and the processing will be there - on the client machine. The VFP database is nothing than a MetaData about free-tables, so the shared VFP database is nothing than a network shared file.

In other words VFP is not a database server. So If you want processing to take part on the Server machine you may need to create DCOM components that will post you the data, or to upsize to a real database server.
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform