|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Select Data Source Dialog - OdbcHi,
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 |
|||||||||||||||||||||||