 |
SQLInstallerError ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
SQLInstallerError returns error or status information for the ODBC installer functions. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
RETCODE SQLInstallerError(
WORD iError,
DWORD * pfErrorCode,
LPSTR lpszErrorMsg,
WORD cbErrorMsgMax,
WORD * pcbErrorMsg
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SQLInstallerError IN odbccp32;
INTEGER iError,;
INTEGER @ pfErrorCode,;
STRING @ lpszErrorMsg,;
INTEGER cbErrorMsgMax,;
INTEGER @ pcbErrorMsg
|
 |
 |
 |
| Parameters: |
 |
iError
[Input]
Error record number. Valid numbers are from 1 through 8.
pfErrorCode
[Output]
Installer error code.
lpszErrorMsg
[Output]
Pointer to storage for the error message text.
cbErrorMsgMax
[Input]
Maximum length of the szErrorMsg buffer.
cbErrorMsgMax
[Input]
Maximum length of the szErrorMsg buffer.
pcbErrorMsg
[Output]
Pointer to the total number of bytes available to return in lpszErrorMsg.
|
 |
 |
| Return value: |
 |
| SQL_SUCCESS (0), SQL_SUCCESS_WITH_INFO, SQL_NO_DATA, or SQL_ERROR. |
 |
 |
| Word Index links for the SQLInstallerError : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-01-31 16:40:54 | | Modified: | 2005-12-19 17:06:47 | Visited in last 7 days: 31 |