fix for a case: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [MySQL][ODBC 3.51 Driver][mysqld-5.1.31-community] - it was wrongly error message recognized as MS SQL Server

This commit is contained in:
Miroslav Stampar 2010-12-23 09:53:13 +00:00
parent 8fc60215ed
commit 5a0aef0f33

View File

@ -19,8 +19,8 @@
<!-- Microsoft SQL Server --> <!-- Microsoft SQL Server -->
<dbms value="Microsoft SQL Server"> <dbms value="Microsoft SQL Server">
<error regexp="Driver.*SQL[\-\_\ ]*Server"/> <error regexp="Driver.* SQL[\-\_\ ]*Server"/>
<error regexp="OLE DB.*SQL Server"/> <error regexp="OLE DB.* SQL Server"/>
<error regexp="SQL Server.*Driver"/> <error regexp="SQL Server.*Driver"/>
<error regexp="Warning.*mssql_.*"/> <error regexp="Warning.*mssql_.*"/>
<error regexp="SQL Server.*[0-9a-fA-F]{8}"/> <error regexp="SQL Server.*[0-9a-fA-F]{8}"/>