Ask a Question related to Coldfusion Database Access, Design and Development.
-
Jason Lim #1
Problem using cfqueryparam
CF throw me an error if I use <cfqueryparam cfsqltype="cf_sql_longvarchar"...
on MS Access Memo field.
My data in the Memo field is around 1000+ char, it should be no problem cause
Memo could support up to 62,000 char if I'm not mistaken.
Now I have to take out the cfqueryparam in order for it to work... *sigh*
Please help
Thanks
Jason Lim Guest
-
cfqueryparam and mysql
I have a question, is cfqueryparam's cfsqltype attribute database dependent? For example, in the LiveDocs, there is no mention of mysql's mediumint... -
cfqueryparam usage
Hello, Ive been tightening up my querys using the cfqueryparam tag and it does also seem to help greatly with speed. Is it worth using... -
cfqueryparam
Hi, I am trying to take values passed through a form and do a search based on that, but I am getting an error Error Executing Database Query.... -
CFQUERYPARAM Error
Hello, I am using MX7 and am having problems with cfqueryparam. I am new to a project and the old code does not use them and everything I have... -
cfqueryPARAM problem
Viva Coldfusion Forum - 'Kudos to all who help out in the time of trouble for they shall be rescued in theirs' I am concatenating an sql statement... -
mxstu #2
Re: Problem using cfqueryparam
Sounds like you're using the unicode driver? You might want to see this [url]http://john.beynon.org.uk/index.cfm?mode=entry&entry=99B475AB-ACD0-3695-005F8F654764FA66[/url].
mxstu Guest
-
Jason Lim #3
Re: Problem using cfqueryparam
Change it to cfsqltype="cf_sql_clob" will do the trick
Thanks again
Jason Lim Guest



Reply With Quote

