Thread
:
Me And SQLLite Again
View Single Post
#
2
(
permalink
)
08-11-2008, 08:17 PM
Erel
Administrator
Join Date: Apr 2007
Posts: 3,344
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'"
Erel
View Public Profile
Send a private message to Erel
Find all posts by Erel