On 19 Jul 2009, at 11:20am, Diana Chinces wrote: > I have something like this: > SELECT * FROM Ture WHERE idT = 1 AND data = '19/07/2009' > returns one row. > DELETE FROM Ture WHERE idT = 1 AND data = '19/07/2009' > does not delete the row.
If you are doing this inside a program you've written, try executing those commands instead in the sqlite3 command-line program. See if you get the same results. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

