Question

When you load a record in the recordset, change some data and call Update, what is update doing?

I understand that Recordset uses a DB cursor, so it's possible that no "update" sql statements are used to update, but rather some sort of direct update?

Was it helpful?

Solution

I performed some tests and found that ADODB does in fact still run SQL Update statements. No voodoo as feared.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top