Beispiel #1
0
        public DataTable adminlogin(vari v)
        {
            SqlCommand com = new SqlCommand();

            com.CommandType = CommandType.Text;
            com.CommandText = "select * from Admindb where Username = '******' and Password = '******'";
            return(db.ExeReader(com));
        }