Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Nytyme #1
Programatically Set Buffer Length
Does anyone know how to programatically override the Long Text Buffer in the DSN?
Thank you.
Nytyme Guest
-
SQL buffer length
i am using oledbcommand and send sql statement which a statement is very long. then, the dataadapter return nothing. I want to know the max length... -
maximum input buffer length exceeded: 1048576
Hello, when I run a script in perl, it returns the above message. Any ideas how can I solve this problem . Thanks Raquel Marques -
#25217 [NEW]: calling ob_gzhandler after modified buffer in ob handler, return origin buffer
From: Xuefer at 21cn dot com Operating system: win PHP version: 4.3.3RC4 PHP Bug Type: Output Control Bug description: ... -
How to get length of string? length() problems
Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =... -
Fernis #2
Re: Programatically Set Buffer Length
You might want to do this:
Create another DSN which points to the same database you're using now. Check
the "Enable Long Text Retrieval" (CLOB). Now CF will calculate the buffer size
per each case, instead of using the pre-defined buffer size. This is
inefficient, so you might want to use this DSN only when you really need it.
Fernis Guest



Reply With Quote

