Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~96 People Reached
Favorite Forums
Member Avatar for sumitz_31

OleDbCommand aCommand = new OleDbCommand([B]"insert into customer_info(lr_no,date,customer_name,place,item_name,item_size,item_quantity,item_rate,total_rate,no_of_goods_fowarded) " + " values('" + textBox2.Text + "','" + dateTimePicker1.Value + "','" + comboBox1.Text + "','" + textBox1.Text + "','" + comboBox2.Text + "','" + textBox4.Text + "','" + textBox5.Text + "','" + textBox6.Text + "','" + textBox3.Text + "','" + textBox7.Text + …

Member Avatar for sknake
0
96