Jul-22-2020, 07:19 PM
(Jul-22-2020, 05:46 PM)ibreeden Wrote:(Jul-22-2020, 02:31 PM)SmukasPlays Wrote: It works, but the program just update what I've deleted when I close and run it againWhat do you mean? Does the row get deleted or not? One thing that is not correct is the following:
conn.comit()It should be:
conn.commit()(Unless of course comit() is a function or method you added yourself.)
Oh, I didn't noticied it, thanks. I wrote commit() now but it still doesn't work. I mean that, the row is just deleted when I close the program and open it again. If i search for the row that I've deleted before closing, it will appear again.