Hi,
I am creating my own customize ODBC dialog box (in Vb.NET) just like as we
have when we run MSDASC-> DataLinks -> Prompt New(). To acheive this I am
using Odbc32.dll and Odbccp32.dll by this I can create DSN by using
SQLCreateDataSource and can fetch the name of the available DSNâ??s but I am
facing problem in case of Build Connection Stringâ?¦ In the standard DataLink
window when we click on the Build button it will open a dialog from where
user can choose there DSNâ??s or can create a new oneâ?¦ and after the completion
of this operation it returns a connection string thatâ??s became visible in
connection string text box of the Datalink window... the same functionality I
want from my code.
If any one knows which API method should I need to call here or what will be
the process for getting the same. It will be very very helpful to me.
Thanks