That's kind of like the workaround I have in now, but it's not the
solution I really want...  I would like to display verbatim the return
message from Informix since there will be some commands issued where
looking at the return value for the number of rows updated will be
insufficient.

Thanks,
Curt

On Tue, 3 Jul 2001, Sterin, Ilya wrote:

> Not sure about the attribute, but why not just use $DBI::errstr along with
> the return value.  If an error is return you can display the $DBI::errstr if
> not, but no rows are returned/updated you can display the "No rows found"
> message yourself.
> 
> Ilya
> 

Reply via email to