Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter - BeforeInsert
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00916893
Message ID:
00917384
Vues:
9
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform