Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can VFP act as a database server ?
Message
 
To
18/06/1999 05:45:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00231263
Message ID:
00231269
Views:
17
Pascal,

You could write one or more COM components that would accept requests over your RAS connection and return data. That could be a lot of work and it seems to me you would still need to re-write or at least modify the front-end application. You may want to consider SQL Server or MSDE (the MS Data Engine, available by download from the MS web site).

Of course, if you just need a simple application that does a few queries to work over the RAS connection, creating COM components may be the way to go.

>Let me explain this question :
>
>I want to access a VFP database over a RAS/ISDN connection which means slow speed. So I was wondering : if I could send an SQL command over to the remote side, processing is done at the remote side and not over the RAS connection, an the result is sent over, the connection wouldn't be charged for processing, only for exchanging the data ...
>
>I hear you say : this is client/server : yes, that is what I want, but I don't to use a database server at remote side because I would have to rewrite the application that maintains my VFP database.
Previous
Reply
Map
View

Click here to load this message in the networking platform