How can set a column of datatype long to accept more that 65000 characters. I see in the documentation that this datatype will hold up to 2GB but when I try to stick in more than 65000 characters, the data gets truncated. Anyone know what I am doing wrong?
Hello, I am using an image tag to execute a CF script like this:
<img src="abc.cfm" width=0 height=0>
IE is nice and forgiving but NS4.x shows a broken image. My reason for trying this is, I want to be able to execute the ColdFusion from any file type, not just a .cfm file. Any...
Hello, I am doing some pretty complex array loops and passing of variables in a script that I am writing.... Works like a champ in IE, but I am getting the following error in NS6.2 and am not sure what to make of it... lib85 is the name of a function on line 64 but that is as far as my...
I am trying to set up an array with 3 dimensions and then test it by outputing it with 3 nested loops. Here is my code:
<!--- Initializing an array with 3 dimensions --->
<cfset menuitems = ArrayNew(3)>
<!--- Defining the elements of the array --->
<cfset menuitems[1] =...
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.