Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote views & SQL Server
Message
De
27/10/1996 01:31:14
 
 
À
26/10/1996 21:46:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00010988
Message ID:
00010990
Vues:
24
>I am currently trying to manipulate data in a SQLServer
>table.
>
> It is my understanding that
>
>1. to do this with VFP I must use a "Remote View" -
no, you can use SQL* commands like
SQLEXEC SQLCONNECT etc.
but I think remote views are better

>2. If I change recordsin the remote view, those records are changed in the back-end table on issuing a TABLEUPDATE or closing the view.

you have to set your view as updatable (see CURSORSETPROP and
DBSETPROP commands) for updates to happen
also in VFP5.0 you have off-line views which update the data only when they are turned on-line

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform