5
Answers

error

Maneesh A N

Maneesh A N

11y
1.2k
1
  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
Answers (5)