Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 860 Bytes

SQLManageDataSources.md

File metadata and controls

42 lines (29 loc) · 860 Bytes

Home

Function name : SQLManageDataSources

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.


Code examples:

How to display a dialog box with which the user can add a data source (DSN)

Declaration:

BOOL SQLManageDataSources(
	HWND hwnd
);  

FoxPro declaration:

DECLARE INTEGER SQLManageDataSources IN odbccp32;
	INTEGER hwnd  

Parameters:

hwnd [Input] Parent window handle.


Return value:

SQLManageDataSources returns FALSE if hwnd is not a valid window handle.