Good point. No, this isn't from a datasource. It is a constructed string of true/false statements. For example "(False or True and True) or False" where there can be several hundred true false items with operands and parantheses. The reasons are complicated, but my biggest concern in this is string limits.


From my own tests - just creating arbitrarily large strings and seeing if I can manipulate them (it's good to have a development server you can crash) - I suspect that Jason Schulz is right and that it is limited only by available memory.

Erik


On Dec 10, 2003, at 3:00 PM, Scott Cadillac wrote:


From the Manual, for ItemBufferSize:

-------------
"Specifies the size, in bytes, of the largest column value that can be
retrieved from a data source. You need to increase this value only if you
need to retrieve large values. The default value is 65535 (64K)."
-------------


This "ItemBufferSize" limitation is specifically about how much data can be
retrieved from a single column (cell) from a datasource lookup.


If this is how you are supplying the string value for your variable, then
this is the setting.


But...if you are supplying the string value from some other process, then
the variable store size is not limited by, or associated with, this setting.
So, if there is a limit, then it is controlled by something else.


Hope this helps. Cheers.....

Scott Cadillac,
Witango.org - http://witango.org
403-281-6090 - [EMAIL PROTECTED]
--
Information for the Witango Developer Community
---------------------

XML-Extranet - http://xmlx.ca
403-281-6090 - [EMAIL PROTECTED]
--
Well-formed Development (for hire)
---------------------


-----Original Message-----
From: Stefan Gonick [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 3:27 PM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: Variable/String Limits

I may be wrong, but I think that it is the same as the
configuration variable called "ItemBufferSize", which is
defaulted to 64K.

Stefan

At 05:24 PM 12/10/2003, you wrote:
Does anybody know how many characters a variable can hold in
Tango 2000
or Witango 5? In other words, what is the maximum string
size possible?
I can't find any references in the manuals, but my tests so
far shows
that it is quite large.

Thanks in advance!

Erik

_____________________________________________________________
__________
_ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

======================================================== Database WebWorks: Dynamic web sites through database integration http://www.DatabaseWebWorks.com

______________________________________________________________
__________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf


_______________________________________________________________________ _
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to