maxlength of Tag.GeneratedContent?

2001-03-22 Thread Ric Smith
I'm taking a look Xing Li's CacheThis custom tag which is really cool and works great. My problem isn't with the tag but with the .GeneratedContent property of all custom tags. It seems like this property has a maximum character length of 65k. Is this correct? Is there any way of getting around

Re: maxlength of Tag.GeneratedContent?

2001-03-22 Thread Mark Woods
I've never used this tag, nor have I ever required the use of the GeneratedContent property, but I suspect in this case it may be something to do with the retrieval of long text from a database using an ODBC datasource. The long text buffer size default to 65000 characters. Mark At 01:45

maxlength of Tag.GeneratedContent?

2001-03-21 Thread Ric Smith
I'm taking a look Xing Li's CacheThis custom tag which is really cool and works great. My problem isn't with the tag but with the .GeneratedContent property of all custom tags. It seems like this property has a maximum character length of 65k. Is this correct? Is there any way of getting around

RE: maxlength of Tag.GeneratedContent?

2001-03-21 Thread Steve Bernard
64k is a variable size limitation. Steve -Original Message- From: Ric Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 3:28 PM To: CF-Talk Subject: maxlength of Tag.GeneratedContent? I'm taking a look Xing Li's CacheThis custom tag which is really cool and works great

RE: maxlength of Tag.GeneratedContent?

2001-03-21 Thread Caulfield, Michael
My problem isn't with the tag but with the .GeneratedContent property of all custom tags. It seems like this property has a maximum character length of 65k. Is this correct? The 65k limit you speak of sounds suspiciously like default long text retrieval settings for databases. If you are having