Clob Datatype Cast for Queries on Query

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

  1. #1

    Default Clob Datatype Cast for Queries on Query

    Hi ,
    I am getting a Query of Queries runtime error when I try to do a QoQ on
    query which has a column with the clob datatype. The original query is
    basically querying a database table which has a column whose datatype is CLOB.
    And when I try to do query that original query object, I get the following
    error.

    Query Of Queries runtime error.
    Unsupported SQL type "java.sql.Types.CLOB".

    This was working just fine in CFMX 6.1 and has been erroring out once
    we installed CFMX 7. Any suggestion will be appreciated. Thanks in advance.

    Mishra.



    Armtusk Guest

  2. Similar Questions and Discussions

    1. long query time, oracle clob data type
      I am getting some very long query times (+8 hours) on a very simple query where the fields are not null. This is using ColdFusion MX7, just a...
    2. forcing string datatype in query of queries
      In a query, I have a column of varchar type and the strings consist of numbers in the form "00000099999" When I do a query of queries on the...
    3. Query of Queries on query New type query
      In CF5 we have a page that creates a query, using queryNew and querySetCell and the like, we then used dbtype="query" and gave it's name so we could...
    4. ColdFusion+cfquery+Oracle+CLOB+"Query of Query"
      Error message is: Query Of Queries runtime error. Unsupported SQL type "java.sql.Types.CLOB". My database table: RESMIGAZETEFIHRISTI: ...
    5. SQL Server query with Image datatype
      Hi Folks Can anyone please tell me how I can safely run an SQL query on SQL 2000 via a Perl which includes a field of Image datatype which holds...
  3. #2

    Default Re: Clob Datatype Cast for Queries on Query

    What database are you going against? I've just tested this with our
    oracle_9i_merant server. No problems here. Please give me as much
    connection details as possible.

    --
    Bill Sahlas
    ColdFusion QA

    "Armtusk" <webforumsuser@macromedia.com> wrote in message
    news:cv35i4$gs3$1@forums.macromedia.com...
    > Hi ,
    > I am getting a Query of Queries runtime error when I try to do a QoQ
    > on
    > query which has a column with the clob datatype. The original query is
    > basically querying a database table which has a column whose datatype is
    > CLOB.
    > And when I try to do query that original query object, I get the following
    > error.
    >
    > Query Of Queries runtime error.
    > Unsupported SQL type "java.sql.Types.CLOB".
    >
    > This was working just fine in CFMX 6.1 and has been erroring out
    > once
    > we installed CFMX 7. Any suggestion will be appreciated. Thanks in
    > advance.
    >
    > Mishra.
    >
    >
    >

    Bill Sahlas 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