Hi
I am making an app with MySQL connection. Everything work as it should, but when I try to update a record it doesn’t work. No errors, no warnings, it simply (apparently) ignores the order.
local query = “UPDATE Table SET Name = " …name.text…” WHERE id ="… idSel
db:exec( query )
If I send the query to the console (print), it seems well constructed.
Could it be a permission’s problem? I am working with a Mac but I’m mostly a windows user.
Any help will be useful.