Problems with "tuple_status" in Informix

From: Ralph E. Reschke (rreschke_at_avaya.com)
Date: 04/24/04


Date: Fri, 23 Apr 2004 16:04:45 -0600
To: dbi-users@perl.org

To anyone that may have some knowledge about this:

I'm using the DBI functions "bind_param_array" and "execute_array" to
bulk insert some records into an Informix database. When calling
"execute_array", I'm using the parameter "{ ArrayTupleStatus =>
@tuple_status }". Whenever there is a problem loading a tuple into the
database (invalid field type, duplicate row, etc.), I don't ever get
anything populated in the "@tuple_status" array.

Has anyone encountered this problem before? If so, does anyone know how
to get any failure information on the tuple that fails? Thanks!

--
Ralph
Office:  B2-D19
303-538-2161 (work)
303-425-9995 (home)
rreschke@avaya.com


Relevant Pages