Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CursorAdapter - Native - AutoRefresh
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
CursorAdapter - Native - AutoRefresh
Divers
Thread ID:
01046707
Message ID:
01046707
Vues:
94
Hi,

I have a table (MyId AutoInc, Name C(30), LastName C(30)). I'm using NATIVE data acess.

So, I need to get the MyId value after an Insert like that:
oCA = CreateObject("MyCAObj")
oCA.CursorFill()
Insert Into crs_Table (Name, LastName) Values ("Rodolfo","Duarte")
TableUpdate()
So, I hope to get my cursor crs_Table updated!

I used the original Builder to configure my Cursor Adapter class. I tried to find something about it seaching UT and VFP help, but no success...

Any advice?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Rodolfo Duarte
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform