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
5
Answers
error
Maneesh A N
11y
936
1
Reply
private void btnSearch_Click(object sender, EventArgs e)
{
groupBox3.BringToFront();
string sqlcondition="ORDER BY iEmpID";
fnEmpView(sqlcondition);
}
Incorrect syntax near the keyword 'ORDER'....pls correct as soon as possible
Post
Reset
Cancel
Answers (
5
)
Next Recommended Forum
SQL Query for taking about values thru column comparison
error