Cannot insert data into Mysql database

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


@Gene Could you share a screenshot of the Insert query as well?

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 :slight_smile: