Incorrect Multi Row Update

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am updating a SQL Table with a Top 10 Select. The update command was generated by DataAdapter. All the rows of the table are updated with the values of of the tenth row. I have printed out the VB data rows and they have the differenct values one would expect. What am I doing wrong? Thanks.
 
You'll have to show some code...

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

rfarmer said:
I am updating a SQL Table with a Top 10 Select. The update command was
generated by DataAdapter. All the rows of the table are updated with the
values of of the tenth row. I have printed out the VB data rows and they
have the differenct values one would expect. What am I doing wrong?
Thanks.
 
Back
Top