连接对象的创建方法中,正确的是()。 A: Conn=CreateObjet(“ADODConnection”) B: Conn=Server.CreateObjet(“ADODConnection”) C: SetConn=Server.CreateObjet(“ADODConnection”) D: SetConn=Server.CreateObjet(ADODConnection)
连接对象的创建方法中,正确的是()。 A: Conn=CreateObjet(“ADODConnection”) B: Conn=Server.CreateObjet(“ADODConnection”) C: SetConn=Server.CreateObjet(“ADODConnection”) D: SetConn=Server.CreateObjet(ADODConnection)
以下连接对象的创建方法,正确的是()。 A: conn=CreateObject(”ADOD B: connection”) C: conn=Server.CreateObject(”ADOD D: connection”) E: Setconn=Server.CreateObject(ADOD F: connection) G: Setconn=Server.CreateObject(”ADOD H: connection”)
以下连接对象的创建方法,正确的是()。 A: conn=CreateObject(”ADOD B: connection”) C: conn=Server.CreateObject(”ADOD D: connection”) E: Setconn=Server.CreateObject(ADOD F: connection) G: Setconn=Server.CreateObject(”ADOD H: connection”)
1