Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a difference between remote view and cursoradap
Message
De
17/01/2005 16:57:57
 
 
À
17/01/2005 15:56:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00977838
Message ID:
00977866
Vues:
25
A remote view requires a DBC. The CursorAdapter does not. Also, the cursor adapter can be used for OLE DB data access. Remote View requires ODBC. You have more control over the update statements with CA over RV.

>I'm using ODBC data sources only and have a created temporary VFP database
>container for remote views.
>
>It there any differences to create a updatable cursor on remote data using
>between remote view and cursoradapter.
>
>It seems that
>
>CREATE SQL VIEW myVIEW REMOTE ...
>USE myVIEW
>
>and using cursoradapter cursorfill() method
>
>both create updatable remote cursor
>which has exactly the same features and limitations.
>
>The only exception seems to be that remote view can be used in an application running on Windows 95 (using VFP 7). So I consider remote view to be more portable.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform