dear all,I’m mporting data from an oracle db to multivalue fields…I have about 2000 records. for eg: If i import a 2000 names to a multivalue field will it exceed 64kb. this is a web application
thanks in advance
shana
dear all,I’m mporting data from an oracle db to multivalue fields…I have about 2000 records. for eg: If i import a 2000 names to a multivalue field will it exceed 64kb. this is a web application
thanks in advance
shana
Subject: multivalue field 64k limitation on web
Hey Shana,
Yes it will. A multivalued field only holds 254 seperate values
(that has been my experience anyway - no documentation to back that up) and it makes no difference whether the application is a web app or a client app.
If you need to store the 2000 values I suggest that you store them seperately on child documents.
Subject: thanks a lot
Subject: Can someone from Lotus validate multivalue max?
Can someone from Lotus validate the maximum number of entries in a multivalue field?