Group: ODBC API - Library: odbc32
SQLManageDataSources displays a dialog box with which users can set up, add, and delete data sources in the system information.
How to display a dialog box with which the user can add a data source (DSN)
BOOL SQLManageDataSources(
HWND hwnd
);
DECLARE INTEGER SQLManageDataSources IN odbccp32;
INTEGER hwnd
hwnd [Input] Parent window handle.
SQLManageDataSources returns FALSE if hwnd is not a valid window handle.