View Single Post
  #2 (permalink)  
Old 08-11-2008, 08:17 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,344
Default

How are you changing the records?
You should use a query similar to:
Code:
"UPDATE table SET Y = 34, X = 34, ... WHERE JobName = 'endless debugging'"
Reply With Quote