fix encoding nastiness that snuck in from the copy-n-paste of error code

descriptions from a web page.
This commit is contained in:
Wez Furlong 2005-01-21 03:59:41 +00:00
parent 88640832be
commit dede3c59fe

View File

@ -140,9 +140,9 @@ static struct pdo_sqlstate_info err_initializer[] = {
{ "IM001", "Driver does not support this function" },
{ "IM002", "Data source name not found and no default driver specified" },
{ "IM003", "Specified driver could not be loaded" },
{ "IM004", "Drivers SQLAllocHandle on SQL_HANDLE_ENV failed" },
{ "IM005", "Drivers SQLAllocHandle on SQL_HANDLE_DBC failed" },
{ "IM006", "Drivers SQLSetConnectAttr failed" },
{ "IM004", "Driver's SQLAllocHandle on SQL_HANDLE_ENV failed" },
{ "IM005", "Driver's SQLAllocHandle on SQL_HANDLE_DBC failed" },
{ "IM006", "Driver's SQLSetConnectAttr failed" },
{ "IM007", "No data source or driver specified; dialog prohibited" },
{ "IM008", "Dialog failed" },
{ "IM009", "Unable to load translation DLL" },