Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a difference between remote view and cursoradap
Message
From
17/01/2005 16:57:57
 
 
To
17/01/2005 15:56:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00977838
Message ID:
00977866
Views:
26
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
Previous
Reply
Map
View

Click here to load this message in the networking platform