Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlCommandBuilder class
Message
 
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01598513
Message ID:
01598591
Views:
34
>>>To repeat : The Update command is constructed based on the Select command
>>>
>>>You're selecting everything so it's updating everything.
>>>
>>My point is - why does it even update PK column and why does it construct such ugly where clause?
>
>It updates the PK because it is in your Select command.
>
>>Assuming I will only change the UpdateCommand.CommandText manually, will it still work?
>
>Yes, but what's the point.
>You should refine the Select command to only retrieve the fields that you want included in the Update command.
>
>Did you actually read the documentation?

I did check it. Is there any other approach I can use? I can not change the select command, the table has lots of columns and many of them I need to make decisions. However, only a handful (about 12) I am going to really update.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform