Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can VFP act as a database server ?
Message
 
À
18/06/1999 05:45:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00231263
Message ID:
00231269
Vues:
18
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform