From: Thomas Chust Date: 2009-07-13T14:36:56+09:00 Subject: Re: Mysql to Sqlite Update SET not working 2009/7/11 Grant Gray : > [...] > I have been trying to get UPDATE SET working to move data from MYSQL to > SQLite3. > [...] Hello, I would suggest checking the SQLite3 documentation for the 'INSERT OR REPLACE ...' syntax, which may be exactly what you need. cu, Thomas -- When C++ is your hammer, every problem looks like your thumb.