Ask a Question related to Coldfusion Database Access, Design and Development.
-
ShytKicker #1
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 datatype
for cfsqltype. So, can I use it in the cfsqltype attribute? Will it have
correct effect on the query?
ShytKicker Guest
-
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... -
Error With CFQUERYPARAM
Here is an error that only exists when cfqueryparam is used. The code below throws an error in the *second* query if the *first* query contains... -
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.... -
sql in operator with cfqueryPARAM
here is my query select distinct option_type, description, id from option_types where id NOT IN(<cfqueryPARAM value = "#mikeslist#" CFSQLType =... -
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...



Reply With Quote

