I\'m stuck... can\'t remember how 开发者_C百科to make this work. The code: <cfquery name = \"getsomething>
This seems like a pretty common task I want to do, but I can\'t wrap my head around the cfloops and cfqueries.
I am editing already existing code, which is why this question is formed as it is. I am attempting to use a query that already exists and without adding more form variables through the url.
Anytime I\'m using a query I need to log into the database (as I don\'t have ODBC setup to do it) <cfquery name=\"rsUser\" datasource=\"dbname\" username=\"admin\" password=\"adminpass\">
I\'m trying to convert ColdFusion query column to a list, what is the best way to do so? I thought that there is a built in function that allows one to easi开发者_运维百科ly convert a query\'s column
This question for cold fusion programmers, and will be probably asked by me wrongly, because it is open question and actually can\'t be answered, coz u and me will be in a lack of inf about it :) But
So, I\'ve looked all over the web for this simple answer...and I can\'t find it. I am trying to search an access DB via coldfusion query.
I am using C开发者_开发问答FQuery to retrieve the CLOB field from Oracle DB. If the CLOB filed contains the Data less than ~ 8000, then I can see <CFQuery > retrieved the value (<cfdump> t
I am using Coldfusion, to do a site search for my company. I have a stored procedure being called within a cfc, that returns all results for a keyword, no limits.
I am trying to build a cfquery using a dynamic column name: <cfquery dbtype=\"query\" name=\"getColLength\">