View Single Post
  #2 (permalink)  
Old 10-10-2007, 12:22 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default

I've checked this code (on the desktop and the device) and it works properly:
Code:
        Cmd.CommandText = "UPDATE table1 SET col2 = 'new value' WHERE col1 = '136'" 
        Cmd.ExecuteNonQuery
You could catch all errors with ErrorLabel.
What kind of errors do you want to catch?
Reply With Quote