Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
weblover #1
query to list
i need to convert a query column values to list , is there any way to do that, pls.help
thanks in advance.
weblover Guest
-
filtering a QUERY with WHERE and a list
this sounds like it should be easy but i'm stuck and i have ran out of ideas. okay this is what i need done. in my DB i have a table named links... -
List to Query
Hi, Can someone please tell me the best way to convert a list into a query? Thanks, Steve -
Convert a query to a list, or find an item in a query
Hi All, I am using CFPOP to retrieve mail from a server, then delete each message after I retrieve it. What I want to do is to check that I don;t... -
List all query names
I'm on a server that does not allow me to look at the normal debuging information. Does anyone know how to loop over all the queries and dump the... -
Using selection list in search query
Is there something new in CFMX 6.1 that causes the following statement to not work correctly? I get an error when trying to load the page. I'd... -
lad4bear #2
Re: query to list
DataManipulationLib over at CFLib contains lots of Query related functions. If its not in there, it will provide some useful place to get started.
Cheers,
Pete (aka lad4bear)
lad4bear Guest
-
weblover #3
Re: query to list
i tried that function, but it doesn't work, or may be am wrong . i tried to
input Query and Column name and comma as delimiter to that function but it
gives an error.
i just pasted this function in my coldfusion page where am working on but it
throws the below error
=======================
Invalid parser construct found on line 24 at position 10. ColdFusion was
looking at the following text:
DynamicValueList
======================
any ideas pls.help
weblover Guest
-
Adam Cameron #4
Re: query to list
> i need to convert a query column values to list , is there any way to do that, pls.help
RTFM can get you a long way...
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=p art_cfm.htm[/url]
--
Adam
Adam Cameron Guest
-
weblover #5
Re: query to list
I need a solution, not the whole documentation, anyways thanks for your reference.
weblover Guest
-
weblover #6
Re: query to list
got the solution, used a valuelist function for a specified column to convert to list.
weblover Guest
-
Adam Cameron #7
Re: query to list
> I need a solution, not the whole documentation, anyways thanks for your reference.
Sorry... didn't notice the CFMX7 docs are in frames now (the CFMX6.1 ones
weren't).
Meant to send you the link to valueList(). Seems you found it anyhow ;-)
--
Adam
Adam Cameron Guest



Reply With Quote

