string sql = "select * from tb_user"; MySQLDataAdapter mda = new MySQLDataAdapter(sql, DBConn); DataSet ds = new DataSet(); mda.
確定! 回上一頁