Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote views & SQL Server
Message
From
27/10/1996 01:31:14
 
 
To
26/10/1996 21:46:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00010988
Message ID:
00010990
Views:
22
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform