Microsoft ADO 2.7 Programmers Guide

Microsoft ADO 2.7 Programmers Guide

Post by Andre du Ran » Sat, 14 Sep 2002 23:06:11



Hi,

Is the ADO 2.7 Programmers Guide available for download to work/study
off-line, or published on the TechNet CD's, or is it only available on-line
in the MSDN Library?

Thanks.

AdR

 
 
 

Microsoft ADO 2.7 Programmers Guide

Post by Scot Ro » Fri, 20 Sep 2002 06:14:52


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado2...

Scot Rose, MCSD
Microsoft Visual Basic Developer Support

Want to know more? Check out the MSDN at msdn.microsoft.com or the Microsoft Knowledge Base at support.microsoft.com

This posting is provided AS IS, with no warranties, and confers no rights.

--------------------

Quote:

>Is the ADO 2.7 Programmers Guide available for download to work/study
>off-line, or published on the TechNet CD's, or is it only available on-line
>in the MSDN Library?

>Thanks.

>AdR


 
 
 

1. ADO 2.7 is not ADO 2.7?

I have an ActiveX DLL the manufacturer tells me uses ADO 2.7.
I was able to convince my ISP to run MDAC 2.7.
Before that, I was able to create an object of type ADODB.Connection.2.5
After the upgrade, I can still do that, but I cannot create an object of
type ADODB.Connection.2.7:
<%
set x = Server.CreateObject("ADODB.Connection.2.7")
Response.Write "Creating ADODB.Connection.2.7 object: " & IsObject(x) &
"<br>"
%>
 If I try, I get this error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/test_ado.asp, line 11
Invalid ProgID. For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

However this code:
<%
set x = Server.CreateObject("ADODB.Connection")
Response.Write "ADO Version: " & x.Version & "<br>"
%>
returns ADO Version: 2.7

So which is it: the Version property returns 2.7, while I can't explicitly
create a 2.7 object.

Thank you,

-Tom.

2. Check to see if another app is running or not

3. Difference between ADO 2.7 and MDAC 2.7????

4. How can I know witch Service Pack is running in my SQL Server?

5. ADO.NET Component and VB6 client - ADO.Net or ADO 2.7

6. MS Access Report Grouping

7. Microsoft ODBC 2.1 Programmer?ˉs Reference and SDK Guide

8. Error using Movelast command

9. Microsoft Programmer Guide

10. ADO.NET vs. ADO 2.7

11. Version difference from ADO 2.5 to ADO 2.7

12. Error when using AddNew method in ADO (using ADO 2.7 SP1 from VB 6 SP4)

13. Microsoft Data Access Components 2.7 Setup - Error