Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No update tables are specified. Use the Tables...(er 14
Message
From
16/05/2000 07:45:12
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
 
To
16/05/2000 06:47:59
Yuri Myasnikov
Bank Menatep Spb., Chelyabinsk Dep.
Chelyabinsk, Russia
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00369881
Message ID:
00369888
Views:
17
>Hi ALL!
>
>Help me, please.
>This small example :
>....
>lcSelect = "select * from brt_sotr order by surname"
>*
>lnResult = sqlexec(lnConnHandle, lcSelect, 'vSotr')
>if lnResult <> -1
> = cursorsetprop("SendUpdates",.T.) && Enable Update
> = cursorsetprop("tables","BRT_SOTR") && Source for Update
> browse && Edit Data
> use && Want Update Remote Table ... Oops! Error message :(
>endif
>....
>What's wrong ? And may be update cursor without USE command ?
>
>Thank you.
>Yuri.

= cursorsetprop works for local and remote views,
if you want to use the in sqlexec make remote views,
test them for update , if it work ,generate database code with gendbc.prg
take part of code after remote view ant put in your code
Best wishes, Vladimir Zhuravlev
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Previous
Reply
Map
View

Click here to load this message in the networking platform