Click here to Skip to main content
16,008,299 members

Comments by Member 11388228 (Top 1 by date)

Member 11388228 20-Jan-15 7:04am View    
how to solve this problem
i will write this coding
string strQuery = "insert into Purchase values('"+dateTimepurchasedate.Text+"','"+cBoxbrandnamepurchase.Text+"','"+cBoxproductnamepurchase.Text+"','"+txtMRPpurchase.Text+"',"+txtquntypurchase.Text+","+txtpurchaseprice.Text+","+txtvat.Text+","+txttotal.Text+","+txtdiscount.Text+",'"+result+"',"+txtnettotal.Text+",'"+cBoxsuppliername.Text+"')"

it will show error in incorrect syntax error how to solve this