HOWTO: ADO.Connection Updated to ADODB.ConnectionID: Q162840
|
<% Set obectvar = Server.CreateObject("ADO.Connection") .........%>
The line of code must now be changed to the following:
<% Set obectvar = Server.CreateObject("ADODB.Connection") .........%>
ADO.Connection was changed to ADODB.Connection in the final released version of Microsoft Active Server Pages, version 1.0.
For additional information about the proper use of ADODB.Connection, please see the following article(s) in the Microsoft Knowledge Base:
Q158737 How To Create a Simple Query in an ActiveX LayoutActive Server Pages online documentation:
http://localserver/IASDocs/ASPDocs/roadmap.asp.For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/vinterdev/
Additional query words: 1.00
Keywords : kbnetwork kbsample kbADO kbASP kbCOMt kbScript kbGrpASP
Version : winnt:3.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: May 27, 1999