Which of the following choices is an example of an ActiveX object that can be used to execute
stored procedures?
A.
SetobjConn = Server.CreateObject(“ADODB.Command”)
B.
SetobjConn = Server.CreateObject(“ADODB.Link”)
C.
SetobjConn = Server.CreateObject(“ADODB.Connection”)
D.
SetobjConn = Server.CreateObject(“ADODB.Executive”)