2
Answers

Error in Query in windows application c#

Photo of Jyoti Jodha

Jyoti Jodha

8y
582
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)