Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RV updating and methods to use
Message
From
27/02/2004 19:28:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
RV updating and methods to use
Miscellaneous
Thread ID:
00881733
Message ID:
00881733
Views:
44
Hi everyone,

I'm currently using remote views simply because it seems to the way to go in updating rows. When I need to update a field in a row, I use the follow method:

Most of the view are setup with a variable as a filter in the RV.

lc_vwaddrname = "" & ( Or some constant from another view)
SELECT vwmyaddress
REQUERY()
REPLACE CustType WITH "C"
=Tableupdate(.t.)
REQUERY()

Any suggestions, or a better way to update the SQL tables via RV?

Thanks in advance,

Craig
Next
Reply
Map
View

Click here to load this message in the networking platform