Oct 11, 2007 #1 crdba Programmer Joined Sep 18, 2007 Messages 22 Location US How do you find out if you have reached your max when it comes to expressions or columns in a table??
How do you find out if you have reached your max when it comes to expressions or columns in a table??
Oct 11, 2007 #2 SantaMufasa Technical User Joined Jul 17, 2003 Messages 12,588 Location US crdba said: How do you find out if you have reached your max when it comes to expressions or columns in a table?? Click to expand... Apparently, you found a way. <grin> Can you please post the offending code that generated this error so that we can make specific suggestions of how to help you? Mufasa (aka Dave of Sandy, Utah, USA) [I provide low-cost, remote Database Administration services: www.dasages.com] Upvote 0 Downvote
crdba said: How do you find out if you have reached your max when it comes to expressions or columns in a table?? Click to expand... Apparently, you found a way. <grin> Can you please post the offending code that generated this error so that we can make specific suggestions of how to help you? Mufasa (aka Dave of Sandy, Utah, USA) [I provide low-cost, remote Database Administration services: www.dasages.com]
Oct 12, 2007 #3 Dagon MIS Joined Jan 30, 2002 Messages 2,301 Location GB The maximum number of elements in a list is a 1000. If you are anywhere near this, you should change to use a table instead. Upvote 0 Downvote
The maximum number of elements in a list is a 1000. If you are anywhere near this, you should change to use a table instead.