Hi Sapna,
The number of rows is limited to the sizeof a signed 32-bit integer of ~2.2 billion items.
For Content Server 10, this limit has beenincreased to the size of a signed 64-bit integer, or 9,223,372,036,854,775,807items.
You will most likely run out of memorybefore you ever hit either of those limits, depending on what you put into thearrays.
Other than that, there’s nothing weare aware of tied to recarrays with relatively lower column counts, such asyour 310 case.
Regards,
_________________________________________Kyle SwidrovichPrincipal Search / SDK Product SpecialistLivelink Escalations Support TeamOpen Text Corporation275 Frank Tompa Dr.Waterloo, ON, CANADAPhone : +1-800-540-7292Online: http://support.opentext.com_________________________________________
From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Monday, November 02, 20091:27 PMTo: eLink RecipientSubject: Is there a limit fornumber of columns in RecArray
Is there a limit for number of columns in RecArray
Posted by sapna.shah (Shah, Sapna) on 2009/11/02 13:23
Hi, Would anybody know if there is any specific limit for number of columns allowed in RecArray or fields in Assoc? Meaning say if I am having a RecArray of 310 columns, and looping through to update values, values may not get updated where expected? thx sapna