2007-09-27 17:29:41 UTC
The problem is with the test itself -- since there are multiple records with the same PRODUCT_CODE -- the select by PRODUCT_CODE in the test is wrongly assuming it will return the one with SALES_CODE = C2000. Please ignore this test (or fix the data by removing all duplicate product rows leaving only the one with SALES_CODE C2000 in the case of PRODUCT_CODE E104HDH01).
Other than this, your DBI connectivity is working fine, as is demonstrated in the other dbi tests.
Hope this helps,
M