Easysoft ODBC-ODBC BridgeWhy does test 13 of the simple test in Perl DBD::ODBC fail? |
|
Test 13 in the simple test is testing SQLDataSources. If you have built Perl DBD::ODBC directly with OOB (without a driver manager) then SQLDataSources in OOB only lists data sources in the odbc.ini file in the current working directory. If the odbc.ini file in the current working directory does not contain any data sources then SQLDataSources returns SQL_NO_DATA and the DBD::ODBC test classes this as a fail. Either add a data source to the odbc.ini file in the current working directory, build with an ODBC driver manager or ignore this failure.