Why sometimes Insert Does not work?
Posted: Tue Jun 17, 2003 6:02 am
Sometimes INSERT statement does not work and we do not get any error from MySQL.like
mysql_query(insert into abc(id_gen("abc"),$a,$b,$c))
id_gen("abc") is PK and is auto_inc, $a,$b and $c are strings.
when i print the values using print $qry; the values are correct but no insertion takes place in DB.
Can anyone help me?
mysql_query(insert into abc(id_gen("abc"),$a,$b,$c))
id_gen("abc") is PK and is auto_inc, $a,$b and $c are strings.
when i print the values using print $qry; the values are correct but no insertion takes place in DB.
Can anyone help me?