Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Has anyone used VFPOLEDB to update data ?
Message
From
20/11/2001 14:56:18
 
 
To
20/11/2001 12:38:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00583878
Message ID:
00584149
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
Doug,

>
>* Open the table as a server-side cursor (or comment out the first two lines
>* and uncomment the next two for a cursor-side cursor; however, in that case,
>* the loRS.Update() fails after the AddNew).
>

cursor-side cursor? I didn't know about those ;)

>Note the comment about Update failing after AddNew with a client-side cursor. I'm sure there's some way around that; I just haven't dug far enough into it.
>
>Doug

You can do this with client-side cursors if you do batch updates. Just set the locktype to adLockBatchOptimistic and save the updates with oRS.UpdateBatch.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform