I'm using DBI to access an Informix database on SUN OS 5.7 I'm doing a search to find records according to some criterion. My question is if no match is found in the database does DBI return an error? I'm using DBI::errstr to catch errors. How can I print out these errors? Thanks in advance for any help offered.