How To Invoke the OLE DB Data Link Properties Dialog Box in Visual Basic Code

  • Thread starter Thread starter David Parker [Visio MVP]
  • Start date Start date
If you really want to show the OLEDB Data Link Properties dialog, then the
code is the same, but .NET provides a new technology ADO.NET which uses .NET
Data Providers, not OLEDB Providers, and currently there is no way in .NET
to show a dialog to select a .NET Provider, select the data source, etc.

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Thanx Carlos.
I have spent hours lookng for something that does not exist, but is good to
know that I didn't miss the obvious
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top