Home
last modified time | relevance | path

Searched refs:ODBC_ERROR_COMPONENT_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/odbccp32/
H A Dodbccp32.c294 push_error(ODBC_ERROR_COMPONENT_NOT_FOUND, odbc_error_component_not_found); in load_config_driver()
353 push_error(ODBC_ERROR_COMPONENT_NOT_FOUND, odbc_error_component_not_found); in write_config_value()
518 push_error(ODBC_ERROR_COMPONENT_NOT_FOUND, odbc_error_component_not_found); in SQLGetInstalledDriversW()
1459 push_error(ODBC_ERROR_COMPONENT_NOT_FOUND, odbc_error_component_not_found); in SQLRemoveTranslatorW()
1468 push_error(ODBC_ERROR_COMPONENT_NOT_FOUND, odbc_error_component_not_found); in SQLRemoveTranslatorW()
/reactos/modules/rostests/winetests/odbccp32/
H A Dmisc.c443 …ok(sql_ret && error_code == ODBC_ERROR_COMPONENT_NOT_FOUND, "SQLConfigDriver returned %d, %u\n", s… in test_SQLInstallDriverEx()
615 ok(sql_ret && error_code == ODBC_ERROR_COMPONENT_NOT_FOUND, in test_SQLInstallTranslatorEx()
766 todo_wine check_error(ODBC_ERROR_COMPONENT_NOT_FOUND); in test_SQLConfigDataSource()
/reactos/sdk/include/psdk/
H A Dodbcinst.h36 #define ODBC_ERROR_COMPONENT_NOT_FOUND 6 macro