Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recall a recordset
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01524123
Message ID:
01524130
Views:
85
Good morning sergey,
local loRS as ADODB.Recordset
loRS = createobject('ADODB.RecordSet')
loRS.CursorLocation = 3  && adUseClient
loRS.LockType       = 3  && adLockOptimistic
This.DataSource     = loRS
>What kind of recordset?
>
>>
>>it is possible to recall a record in a recordset ( destroyed by delete ) ?
>>
>>thank in advance for help
>>
>>
>>BERNHART
Previous
Reply
Map
View

Click here to load this message in the networking platform