RaiseError (PERL, DBI) equivalent for unixODBC C API?
问题 I have a problem executing some stored procedures/functions in INFORMIX DB. I tried with different clients and they were all the same - no one detects errors on executing, instead of this - return empty responses. And this does not work for me. Finally, I found that PERL DBI has the option to set RaiseError , something like: { PrintError => 0, RaiseError => 1 } And this works perfect. But is there such equivalent (I couldn't find anything, unfortunately) for the unixODBC C API lib? In