meilinara
07-13-2004, 05:14 PM
Help! I am trying to loop through several rows of data and insert the 43 fields of each row into a sql server database with $sth->execute_array(\%attr, @fields). It seems to work fine, except that a few fields seem to be randomly truncated for no reason. I've done a trace->(), and all the parameters seem to be bound correctly, the fields are no longer than 12 characters, and no errors seem to be occurring. Can anyone tell me where is the data being truncated and why?