ado270.hlp for A97 needed

T

Thomas Hase

Hi NG,

where can I download: ado270.hlp for A97 needed
(Helpfile for ADODB)

In MDAC SDK or in VB6 are only chm or htx files

thanks
 
D

david epsom dot com dot au

There is no ado270.hlp file.

The message is an error caused by the fact that A97
expects help files to be in the .hlp format in .hlp
files.

Actually, ADO objects are linked to .chm files in
the .chm format, and A97 can't load .chm files at all.

It might be possible to decompile the .chm file
and create a .hlp file from it (and it would be
trivial to create a .hlp file from the .html source),
but none of that is available.

(david)
 
Top