Hi…I’m trying to update some datas in a specific rowid of my database. I created the code and tested it on corona simulator of my iMac.
It works fine but when i try to test in my second pc (windows ) the code doesn’t work.
Nothing error.
Why that? There is difference of syntax between 2 OS ?
I allegate my code :
local q = "UPDATE Datas SET import = '".. xxx .."', sc1 = '" .. score1.text .."', sc2 = '" .. score2.text .."', sc3 = '" .. score3.text .. "' WHERE idrecord = '" .. ids.. "'" db:exec( q )
Thanks for your helps.