3
Answers

Syntax error near Transaction

db.insertdata("INSERT INTO Transaction (Balance,Quantity,Company,StockPrice) VALUES ('" + txtBucks.Text + "','" + txtQuan.Text + "','" + txtBucks.Text + "','" + txtComName.Text + "','" + txtStockPrice.Text + "')");
Answers (3)