Page 1 of 1

Maximum Parameter Length

Posted: Wed Nov 04, 2009 12:39 pm
by Salegueule
Hi,

I have done some research but did not found the answer.

What is the maximum char length that can be use in a string parameter?

Posted: Wed Nov 04, 2009 1:26 pm
by kumar_s
Ideally no limit. Still there could be a constrain on buffer/ Physical memory, to handle extremely large volume.

Posted: Wed Nov 04, 2009 2:59 pm
by ray.wurlod
There is no limit imposed by the software. There will be a limit imposed by the amount of memory available to the process.