S
Scott Emick
I am trying to figure out what the internal mechanism is where a
dataadapter's update method tells whether to execute the updatecommand vs
the insertcommand. I have a datatable that has a new row in it that I've
created and when I do the update on it, it is trying to shoot out a sql
update command instead of an insert. (I can tell by the SQL Profiler).
Any help appreciated.
dataadapter's update method tells whether to execute the updatecommand vs
the insertcommand. I have a datatable that has a new row in it that I've
created and when I do the update on it, it is trying to shoot out a sql
update command instead of an insert. (I can tell by the SQL Profiler).
Any help appreciated.