leannemurphy
New member
- Local time
- Today, 19:16
- Joined
- Oct 25, 2022
- Messages
- 14
Hi guys,
I read that you should be able to loop through a client side recordset making changes as needed and then at the end do a batchupdate to send all changes at once to the server... however, I've never been able to get this to work as batchupdate only seems to update the current record and other changes are lost.
I use ADODB recordsets all the time to grab data, use it for whatever, and then close it when finished...
Anyone know why this isn't working for me?
Leanne
I read that you should be able to loop through a client side recordset making changes as needed and then at the end do a batchupdate to send all changes at once to the server... however, I've never been able to get this to work as batchupdate only seems to update the current record and other changes are lost.
I use ADODB recordsets all the time to grab data, use it for whatever, and then close it when finished...
Anyone know why this isn't working for me?
Leanne