Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RV updating and methods to use
Message
 
To
27/02/2004 19:28:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00881733
Message ID:
00883153
Views:
15
I don't think you need the tablupdate.

You should take a look at SQL Transaction settings in BOL - you can make them implicit or explicit.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform