Need to call (ODBC) Data Source Administrator dialog screen while installing my MSI .( in VS 2005)
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
HI All, While installing my Application's MSI , it has to prompt for ODBC Data Source Administator Dialog screen , from which i can select my DSN name , UID , PASSWORD... Please let me know .. Ur Help much Appreciated. Regds Jain.
Hi Jain, the ODBC Adminstrator dialog is a control panel applet named ODBCCP32.CPL. It is found in %WINDIR%\system32. The dialog is opened with control.exe like this. C:\Windows\System32\control.exe ODBCCP32.CPL Regards Frank
-
Hi Jain, the ODBC Adminstrator dialog is a control panel applet named ODBCCP32.CPL. It is found in %WINDIR%\system32. The dialog is opened with control.exe like this. C:\Windows\System32\control.exe ODBCCP32.CPL Regards Frank