Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help on opening table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00693255
Message ID:
00695317
Views:
20
Disregard, I changed my code to:
cmd = "UPDATE tablename SET field1 = somevalue..."
Set RS = DB.Execute( cmd )
from:
RS.fields("field1") = somevalue
...
RS.Update
And tables are updated with no errors. I'm curious to know why I get an error on the latter and the fisrt example works just fine..?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform