Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Client/Server model
Message
From
14/12/2002 09:45:55
 
 
To
14/12/2002 06:10:03
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00733008
Message ID:
00733029
Views:
27
VFP database is really just a file sharing system, not a real database backend. The SP is executed on the client machine, not on the server.

You could have VFP act as a Data Server if you create a DCOM object on the server that each client must call to access the data. However, if you need this kind of architecture, my advice would be to use a real database backend, like SQL Server.

HTH

>Does VFP act as a Data Server when we open a database from a remote computer and run a SP from that database?
Previous
Reply
Map
View

Click here to load this message in the networking platform