Ask a Question related to Coldfusion Database Access, Design and Development.
-
jim1234 #1
query of queries and large data types
I am performing a query of queries against a query the selects a clob value
from an Oracle database. When I try to access the clob value in the query of
queries I receive the following error message:
Query Of Queries runtime error.
Failed to get meta_data for columnserver.listItems.Text_Value
This is on ColdFusion 7 with Windows 2000.
Thanks,
Jim
jim1234 Guest
-
query of quries and large data types
I am running a query of queries on a query that runs agains an oracle database and returns a clob column. When I try to access the clob column in... -
How To Query Large Data/Records ?
Hi All, Here is my Problem - In my search form I have to query 50 million records in a single transaction and to display the results . - Without... -
DBD::Pg behavior for large queries
I'm using DBD::Pg under mod perl, and I'm trying to find a way to workaround the fact that DBD::Pg fetches all the data at once in a query and... -
mod_perl - CGI params are undef on large queries
I have a relatively simple form-handling perl script running under Apache/2.0.40 (Vanilla RedHat 9 install). The script runs perfectly fine in... -
Avoiding large queries...
Hi, We are writing an ad hoc query tool for our users and we want to be able to warn them when the query they are about to run will either take... -
jim1234 #2
Re: query of queries and large data types
Apparently ColdFusion 7 query of queries just won't handle and columns larger
than a certain size. I tried converting the clob value to a char (using
oracle's to_char) and query of queries still wouldn't take it. The error
message now is:
"Bigger type length than Maximum"
Even though the largest value is only 1027 characters.
So I guess I'm screwed as far as using any of the ColdFusion features for
caching any data since you can't use cfqueryparam within a cached query either.
But if anyone has any other insight, it would be appreciated.
Jim
jim1234 Guest



Reply With Quote

