Query Stored In array

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Query Stored In array

    Hello,
    How can store queried data in to two dimenensional array. plz syntax.

    Thanks in advance
    Mike
    akcreative Guest

  2. Similar Questions and Discussions

    1. to get array from stored procedure
      Hi All, I am trying to find a way to access the Array of varchars being retuned by a Oracle Stored procedure in ColdFusion MX 7. CFPORCPARAM no...
    2. Stored Query and DATASETs don't get along ?
      Hello there, in my training in data access I am getting lost with somenthing maybe pretty easy but I don't seem to find a way out. I would like...
    3. CFOutputting a Query Stored in a CFC
      Does anyone know of a clean way to cfoutput a query stored within an instance of a CFC? For example, this would be perfect if it didn't cause an...
    4. object references stored in array gives me what?
      I'm nervous this method is not doing what I assumed it was doing. Does it not create objects, store them in an array, and check that array to see...
    5. Unable to display stored array
      In the following code snippet, I build an array called $emp_final, which I attempt to echo later on. If I uncomment the echo immediately after the...
  3. #2

    Default Re: Query Stored In array

    Take a look at this

    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000957.htm[/url]


    CFDEBUG 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