当前学科:ASP.NET动态网站开发
  • 题目: 多选题
    使用SqlDataReader对象读取数据库的步骤一般包括:

    • A. 创建SqlConnection对象与数据库建立连接
    • B. 关闭SqlDataReader对象
    • C. 使用SqlCommand对象的executeReader方法执行CommandText中的命令,并把返回的结果放在SqlDataReader对象中
    • D. 通过循环处理数据库查询的结果
    • E. 关闭与数据库的连接
    • F. 打开与数据库的连接
    • G. 创建SqlCommand对象

    答案: <查看本题扣1积分>

    查看答案

    答案不对?请尝试站内搜索