W
William \(Bill\) Vaughn
I was wrong. When the CommandBuilder is hooked to the DataAdapter, the
UPDATE statements generated DO morph from row-to-row. This way only the
changed columns are SET. This is a good feature, but given the other
limitations of the CB, I still can't recommend its use.
When you use hand-written UPDATE commands (set the DataAdapter
UpdateCommand), the SQL is invariant. Except for input parameters, the SQL
does not change from row to row.
I apologize for any confusion.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
www.sqlreportingservices.net
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
UPDATE statements generated DO morph from row-to-row. This way only the
changed columns are SET. This is a good feature, but given the other
limitations of the CB, I still can't recommend its use.
When you use hand-written UPDATE commands (set the DataAdapter
UpdateCommand), the SQL is invariant. Except for input parameters, the SQL
does not change from row to row.
I apologize for any confusion.
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
www.sqlreportingservices.net
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________