11
Hi Burning,
Thanks for reply,
Error message: Incorrect integer value: '' for column 'categoryID' at row 1
If I remove the "categoryID" from the insert statement, then it works perfectly fine. so the error is becasue, we are passing an empty string to a numeric column. I am not sure if it is becasue of MySQL Version - 5.0.67.
Deepak