cfquery
Getting value from cfquery when query column is a variable
I\'m stuck... can\'t remember how 开发者_C百科to make this work. The code: <cfquery name = \"getsomething>[详细]
2023-04-11 12:37 分类:问答Creating nested <ul> tree structure from ParentID's in a db
This seems like a pretty common task I want to do, but I can\'t wrap my head around the cfloops and cfqueries.[详细]
2023-03-19 06:59 分类:问答Filtering cfquery results
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.[详细]
2023-03-11 09:42 分类:问答coldfusion queries
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\">[详细]
2023-02-28 13:24 分类:问答How to convert Query column to a list in ColdFusion
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[详细]
2023-02-21 10:45 分类:问答Sorting values by property from cfoutput
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[详细]
2023-02-20 01:06 分类:问答What is the syntax for concatenating in cfquery with access db
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.[详细]
2023-02-17 05:05 分类:问答Retrieving long text (CLOB) using CFQuery
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[详细]
2023-02-12 19:02 分类:问答How to add row values and get unique rows after they are added
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.[详细]
2023-02-12 04:02 分类:问答Why can't I use a dynamic column name in this query?
I am trying to build a cfquery using a dynamic column name: <cfquery dbtype=\"query\" name=\"getColLength\">[详细]
2023-02-07 18:09 分类:问答