Using ADO (ActiveX) 
Author Message
 Using ADO (ActiveX)

I read that it's possible to use ADO in VB, but I can't find any way
to include it as a component or reference in my project.  Anyone know
how to start coding ADO objects in VB 5 ?



Fri, 10 Mar 2000 03:00:00 GMT  
 Using ADO (ActiveX)

Go to www.microsoft.com/data/oledb and download the ole db sdk.
Install the sdk. It you then open the references dialog in VB you will
find ADO. I'm using ADO in my current project, and it's working.

Regards,
Ulf Erik Forsbakk

Quote:
>I read that it's possible to use ADO in VB, but I can't find any way
>to include it as a component or reference in my project.  Anyone know
>how to start coding ADO objects in VB 5 ?



Fri, 10 Mar 2000 03:00:00 GMT  
 Using ADO (ActiveX)

On Mon, 22 Sep 1997 18:58:49 +0200, "Ulf Erik Forsbakk"

<snip>

Quote:
>find ADO. I'm using ADO in my current project, and it's working.

<snip>

What technique are you using for binding controls to your ADO
Recordset objects?  I am using VB5 Pro and cannot seem to find a way
to bind to the normal data control--it only supports Jet/DAO and
ODBCDirect.  

I've heard something about a Remote Data Control that you're supposed
to use with RDO--but does that work for ADO.  

Or, regardless of the data access model, do you use some scheme or
technique that allows you to bypass traditional data bound controls?

Thanks in advance,
Daniel Read

If you wish to reply to me via e-mail, remove the XX from the front of
my address.



Sat, 11 Mar 2000 03:00:00 GMT  
 Using ADO (ActiveX)

Try including Reference Microsoft Ole Db Activex Data Objects 1.0 Library.
If you  cannot find it, then install
Oledbsdk off of Visual Studio 97 C++ diskette ( i know you are using vb),
or go to microsft web page and download
oledbsdk and finstall it.

This worked for me.

Good luck.
Mike



Quote:
> I read that it's possible to use ADO in VB, but I can't find any way
> to include it as a component or reference in my project.  Anyone know
> how to start coding ADO objects in VB 5 ?



Tue, 14 Mar 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Using Different Versions of ActiveX Controls (ADO)

2. Using ADO with Crystal Report ActiveX

3. Using ADO within custom ActiveX dlls

4. Using ADO in VB5 ActiveX DLL

5. ActiveX Exe Using ActiveX Dll?

6. Using ActiveX compnts to create ActiveX DLL

7. ActiveX - Name of App using ActiveX

8. Using ADO w/ADO data control date problems

9. Problem using Crystal report ActiveX installed with VB and used in VC.

10. ADO ADO ADO ADO ADO VB examples / samples book wanted

11. Finding date field using LIKE operator using ADO

12. ASP page using VB-Com component that uses ADO

 

 
Powered by phpBB® Forum Software