Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter - BeforeInsert
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00916893
Message ID:
00917384
Views:
10
>I am testing CA Class With SQL Server 2000. I am using ADO and it is working very well. It inserts, It deletes and It Updates.
>
>I Wrote this code in the BeforeInsert Method for listing the parameters received :
>
>
>PROCEDURE Object.BeforeInsert
>LPARAMETERS cFldState, lForce, cInsertCmd
>
>?cInsertCmd
>
>Return .T.
>
>
>The value of cIsertCmd is empty. Why is this happening ?
>
>TIA

Hi Paulo,

When CursorAdapter sends updates through ADODB.Recordset, it doesn't generate any command, it modifies the Recordset instead.

Thanks,
Aleksey.
Previous
Reply
Map
View

Click here to load this message in the networking platform