Exemplo n.º 1
0
        //table user-------------------------------------------------------------------
        public DataSet FindUser(string user, string password)
        {
            string sqlString = "select * from user1 where username='******' and password='******';";

            return(db.ExecuteQueryDataSet(sqlString));
        }