View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Is there ADO "Help"?

Here is some mo

from what I read, the article 295194 shows how to install the ADO 2.6 help
and make it context sensitive (at least for Access - hopefully for Excel as
well). The later versions apparently require visual studio to be
installed.


http://www.microsoft.com/downloads/d...DisplayLang=en
Microsoft Data Access Components (MDAC) 2.6 SDK

http://support.microsoft.com/kb/295194/en-us
ADO help does not work if you reference ADO 2.6 object library in Access
2002

http://support.microsoft.com/kb/8270...d=2509&sid=251
ADO help is not displayed when you reference the ADO 2.7 or later Object
Library

http://www.microsoft.com/downloads/d...DisplayLang=en
Microsoft Data Access Components (MDAC) 2.8 Software Development Kit

--
Regards,
Tom Ogilvy


"Ken Valenti" wrote in message
...
I program in VBA - and there's dynamic help, etc.

But it doesn't extend to ADO.

Is there any sort of "help" - web based or other?