Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Error in Query in windows application c#
Jyoti Jodha
7y
208
1
Reply
Please write Right Query
private int billno(string p)
{
cmd = new SqlCommand();
string bill = cmd(Query, con);
con.Open();
return bill;
con.Close();
}
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
incorrect syntax near ' 0'. in window Application c#
cannot implicitly convert type 'string' to 'int' in c#