I am using a ColdFusion query, something like this:
<cfquery datasource="#application.dsn#" name="ins">
insert into tablename
(id,longdata_field)
values('#createUUID()#','#variables.longdata#')
</cfquery>
Does this tell you anything?
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?
Well thanks any way....I ran an alert on that function in order to the values I posted above... I have a function and variable naming system that works really well for me...(abstraction promotes reusability)...I will keep troubleshooting...
Peace.
Greg
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...
The function looks like this:
function lib85(var13,var14){
alert(var13+"--"+var14)
var15=document.createElement("DIV");
if(var13) var15.setAttribute("style",var13);
if(var14) var15.innerHTML=var14;document.body.appendChild(var14);
return var15...
Hey kerenet,
Calling an external js file into your doc has no relation to the file size. Where in the HTML doc are you calling the js file? Make sure the script call is being executed before you call the js variables in the external script.
Greg
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...
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.