Searched refs:ODBC_ERROR_COMPONENT_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
294 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()
443 …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()
36 #define ODBC_ERROR_COMPONENT_NOT_FOUND 6 macro