Can you send an accurate query sent to the database?
Ideally, the syntax should be so
insert INTO` Test`.`tabname` (`Param1`,` Param2`, `Param3`) Values ('Val1 ',' Val2 ',' Val3 ')
Try setting the names of the tables and fields in Latin letters
Answer 1
“Name” also in quotes should be. In addition, you have SQL injection.