Hi All,
The same query runs in mysql and in Zend interface but not runs when using inside php script.
I am receiving the
error:
"1064 - You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near
'str_qry_Insert' at line 1"
INSERT INTO fnd_script_type (type_name) VALUES ('test1')
I already have tried it with as:
INSERT INTO fnd_script_type (type_name) VALUES (test1)
INSERT INTO fnd_script_type (type_name) VALUES (test1)
INSERT INTO fnd_script_type (type_name) VALUES (test1)
what am i doing wrong ?
thanks a lot