Data Links object

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using VS 2003 (VB), what's the best way to us the DataLinks object in your
application. Is it by including oledb32.dll in your references?
 
Hi Michael,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to invoke the Data Link
Properties dialog box in you application. If there is any misunderstanding,
please feel free to let me know.

Yes, as far as I know, we have to add reference to the oledb32.dll. You can
check the reference library and add reference to OLE DB Service Component
1.0 Type Library. The oledb32.dll is installed by Microsoft Data Access
Components (MDAC). You can check the following link for more information.

http://support.microsoft.com/default.aspx?scid=kb;en-us;286189

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top