• 2022-06-08
    在使用ADO.NET编写连接到SQLServer2005数据库的应用程序时,从提高性能的角度考虑,应创建____类的对象,并调用其Open方法连接到数据库:
    A: OleDbConnection
    B: SqlConnection
    C: style="white-space: normal; widows: auto; color: rgb(51, 51, 51); font-family: 微软雅黑, 宋体, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; font-size: 14px; line-height: 18px; background-color: rgb(255, 255, 255);">OdbcConnection
    D: Connection
  • 举一反三