Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Newbie question on CA
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01472577
Message ID:
01472581
Views:
53
>Hi,
>
>I am working on a very simple use of CA (CursorAdapter) and have a newbie question. What method of the CA do I call to send the update to the data source (SQL Server)? For example, I set values of the properties to the CA, get the cursor (calling CursorFill), change values of one or more fields of the records in the cursor. Now I want to update the SQL Server table. How? TIA.

You need to call the regular Tableupdate on the Cursor for the CA. However, you may implement it as a method for CA class (say, SumbitChanges).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform