Hi, i automatically generate a page from a Mysql database, SelectQuery and DeleteQuery run fine but InsertQuery and UpdateQuery throw an error. the data in the database column are set to Varchar(50), i just don;t understand where is the problem
Nevermind, after extensive research found out that was the special word Empty which is one of the coulumn name in my table, that was preventing me from doing the Insert and update, which has to be Empty
with backticks.
Oh great that you were able to resolve this on your own