Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No update tables are specified. Use the Tables...(er 1491)
Message
From
16/05/2000 06:47:59
Yuri Myasnikov
Bank Menatep Spb., Chelyabinsk Dep.
Chelyabinsk, Russia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
No update tables are specified. Use the Tables...(er 1491)
Miscellaneous
Thread ID:
00369881
Message ID:
00369881
Views:
105
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.
Next
Reply
Map
View

Click here to load this message in the networking platform