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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top