Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter - Native - AutoRefresh
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
CursorAdapter - Native - AutoRefresh
Miscellaneous
Thread ID:
01046707
Message ID:
01046707
Views:
95
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
Next
Reply
Map
View

Click here to load this message in the networking platform