hi can u guys help me find what is my error in my line.
cmd.CommandText = "SELECT * FROM TblLogin where Username='"+ usr_lgn.Text +"'and Password = '" + pswr_lgn.Text + "'where STAFFSTATUS="+"ACTIVE"+"";
im having an error saying incorrect syntax near the word where.
thank u