code problem for inserting to mysql.

I see a potential problem but im not sure why your not receiving an error because of it. In your first Insert statement you are stating that there are 8 field values to be inserted but I only see 7 values actually being passed to it; no BillId value.
 
Back
Top