Dickie.wild <[email protected]> wrote: > I thought that looked like it would get the same results, but i seem to be > getting the following error, are you able to try it and let me know if your > getting the same error? > > SQLiteManager: Likely SQL syntax error: UPDATE video_files SET strCover TO > (rtrim(strPath,replace(strPath,'\','')) || 'folder.jpg')
Make it UPDATE video_files SET strCover = rtrim(strPath,replace(strPath,'\','')) || 'folder.jpg'; -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

