Hi, I'm using DB2 UDB 7.2 , and I have a table with 43 fields inside. I defined a class-descriptor with 43 field-descriptor corresponding to this table. When I try to insert or update several objects in my database, I receive an IndexOutOfBoundsException and the first of the objects is nevertheless stored. There's no exception at all when I try to store only one object. There's no problem either if I define only 32 field-descriptor in the class-descriptor and then try to store several objects.
How can I solve this ? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
