문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top