Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote View and transparent SQL
Message
De
03/12/2002 10:04:56
 
 
À
02/12/2002 22:10:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00728874
Message ID:
00728990
Vues:
14
>All,
>
>We can use SQl remote view or SQL "Pass through" to update SQL Database.
>But which one is the better solution?
>
>Ricky

It depends on what church you go to. Some people would rather use VB than use remote views. Others make good use of them.

My question would be, how did you GET the data in the first place. If you are usinging SPT to get your data, then using SPT to update it may be the best choice.

Another thing to consider is, if you are using client side SQL (code) then you may want to consider using ADO which supports the more current data access OLE-DB providers.

Finally, once you decide you also need to decide HOW to send updates to the database. With SQL Server, you can also send XML Update/Diffgrams rather than the traditional insert/update/delete commands. These are easy to generate in VFP 7.0 using the XMLUpdateGram() function.

I guess this all brings us to the answer of 'it depends'.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform