Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter question
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01204556
Message ID:
01205699
Views:
19
>Ok, so I put something back in the UpdateCmd property and when I stop in BeforeUpdate, the cUpdateInsertCmd parameter is still empty.
>

Hi Russell,

When you are using “ADO” data source, Update/Insert/Delete commands are not generated and are not used unless corresponding …CmdDataSource property is set to ADODB.Command object and …CmdDataSourceType is set to “ADO”. When commands are not used, all modifications go through the Recordset object and you should make sure that the Recordset is configured in a way that it is capable to perform required modifications.

Thanks,
Aleksey.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform