I want to programmatically generate the Windows datalink window, so the end
user can choose the database of his choice, and get back the connection
string he generates, using the DataLink window.
I had some old COM code a long time ago (with vb6) - - but I need to know
how to do it at least with VB.Net 2005
Any code, or web pages with code?
anoj - 15 Jan 2008 09:28 GMT
Hi Elmo,
You need to call the same COM baed code but in .net way.
try below links:
http://dotnetjunkies.com/WebLog/malio/archive/2004/05/01/12539.aspx
http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework.adonet/topi
c58054.aspx
http://support.microsoft.com/kb/286189
Hope this helps.
/Anoj Kumar
[http://techtips4you.blogspot.com]
> I want to programmatically generate the Windows datalink window, so the end
> user can choose the database of his choice, and get back the connection
[quoted text clipped - 4 lines]
>
> Any code, or web pages with code?