不挂科搜题免费

问题:

连接对象的创建方法中,正确的是()。

选项

  • Conn=CreateObjet(“ADODB.Connection”)

  • Conn=Server.CreateObjet(“ADODB.Connection”)

  • SetConn=Server.CreateObjet(“ADODB.Connection”)

  • SetConn=Server.CreateObjet(ADODB.Connection)

  • 答案:

    C.SetConn=Server.CreateObjet(“ADODB.Connection”)