Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
1124 Points
299 Posts
Oct 02, 2006 09:23 AM|LINK
You can easily use UPDATE/ DELETE command by doing this:
UpdateCommand="UPDATE [TableNullable] SET [Col_Nullable] = @Col_Nullable, [Col_Nullable2] = @Col_Nullable2 WHERE [id] = @original_id"
the problem is that the AND condition
a4nsd
Participant
1124 Points
299 Posts
Re: UPDATE/DELETE not working in Data Controls
Oct 02, 2006 09:23 AM|LINK
You can easily use UPDATE/ DELETE command by doing this:
UpdateCommand="UPDATE [TableNullable] SET [Col_Nullable] = @Col_Nullable, [Col_Nullable2] = @Col_Nullable2 WHERE [id] = @original_id"
the problem is that the AND condition