 |
SQLCreateDataSource ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLCreateDataSource displays a dialog box with which the user can add a data source. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL SQLCreateDataSource(
HWND hwnd,
LPSTR lpszDS
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SQLCreateDataSource IN odbccp32;
INTEGER hwnd,;
STRING lpszDS
|
 |
 |
 |
| Parameters: |
 |
hwnd
[Input]
Parent window handle.
lpszDS
[Input]
Data source name. lpszDS can be a null pointer or an empty string. |
 |
 |
| Return value: |
 |
| Returns TRUE if the data source is created. |
 |
 |
| Word Index links for the SQLCreateDataSource : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-01-31 16:29:31 | | Modified: | 2003-01-31 16:30:58 | Visited in last 7 days: 24 |