Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. List to Query
      Hi, Can someone please tell me the best way to convert a list into a query? Thanks, Steve
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default Re: query to list

    I need a solution, not the whole documentation, anyways thanks for your reference.


    weblover Guest

  7. #6

    Default Re: query to list

    got the solution, used a valuelist function for a specified column to convert to list.
    weblover Guest

  8. #7

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139