MySqlCommand 对象实例化时接收两个参数:SQL语句(命令)以及和数据库的连接,即MySqlConnection连接对象。 string sql = "SELECT * from writer;" ; ...
確定! 回上一頁