2
Answers

Error in Query in windows application c#

Jyoti Jodha

Jyoti Jodha

7y
553
1
Please write Right  Query
 
 
private int billno(string p)
{
cmd = new SqlCommand();
string bill = cmd(Query, con);
con.Open();
return bill;
con.Close();
}
 
Answers (2)