The Problem is that the error occurs when i try to insert a string which is longer that 4000 characters. but the datatype seems to be big enough. I thought the 4000 limit only refers to varchar type.
Hi,
which ist the best datatype to store the source code of an complete htmlpage in one column. At this moment I have chosen the long datatype, but I am recieving an error that the String is too long to be inserted.
Thanks
I used
<CFFILE contentType="application/x-msexcel"
action="write"
file=...
output=" <table><tr><td>...</td></tr></table>
>
to write out an excel file. That works properly so far. The problem appears, if you use excel 97. In this case, every formating in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.