Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Armtusk #1
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
-
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... -
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... -
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... -
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: ... -
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... -
Bill Sahlas #2
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



Reply With Quote

