|  |     That's right, there are new versions of DAO and RDO but no ADO in VB5.
    I've also not seen any sign of ADO being released yet, but then I'm in
    Europe. For marketing reasons I'd expect it to be a while.
    
    Cheers,
    Brian
 | 
|  |     Yes, ADO has been released as part of IIS V3 Active Server Pages. I was
    told that it would be in V5 months ago by Microsoft, and that it was
    the successor to DAO and RDO. Now yesterday, I was told by someone
    that is very close to Microsoft development (works for a company that
    is a partner to Microsoft) that it would be available from the VB
    home page as a plug-in.
    
    John
 | 
|  |     Well, I was able to find the separate ActiveX Data Objects 1.0 Library
    as part of the OLE DB SDK V1.1 which comes with Visual Studio 97 as
    part of Visual C++ V5.0. 
    
    The Microsoft OLE DB ActiveX Data Objects 1.0 Library is named msado10.dll.
    I tried adding the library component into the toolbox, but it get's an
    error. I right-click on the toolbox, get into Components, and get to the
    Controls tab, there is a long list mixed of .OCX and .DLL. Since it's not
    listed, I Browse and double-click the file msado10.dll. It adds the file 
    to the list with the checkbox enabled, and lists the name as Microsoft 
    OLE DB ActiveX Data Objects 1.0 Library, so it seems to be able to read the
    file. But as soon as I click on Apply to add it to the toolbox, it gets 
    an error message box pop up saying 'msado10.dll' could not be loaded.
    
    So, ADO is available, but is is only partially loadable to VB5, as far
    as I can see.
    
    Anyone had any success at doing this?
    
    Thanks,
    	John
    
 |