Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top