Ask a Question related to Coldfusion Database Access, Design and Development.
-
Mustache2 #1
CF 7 Standard + Oracle JDBC drivers + CLOB fields
Hello all,
I?m trying to update/select CLOB fields in an Oracle 8.1.7 database with CF 7
Standard Edition. I?m using the Oracle JDBC drivers available at Oracle
WebSite. I?ve even set the CLOB and BLOB options in the data source
configuration.
When I Insert or Update large strings into the Database I get the error:
"string literal too long" even though the fields are set to CLOB. When I do a
select I get nothing in return.
I did some searching and found that CF 7 Enterprise Edtiion cames with native
Oracle support. But I can?t afford to upgrade to Enterprise.
So how do I work with CF 7 Standard + Oracle JDBC drivers + CLOB fields ?
Thx.
Mustache2 Guest
-
Oracle JDBC driver and CF MX 7 Standard edition
hi, guys. is it possible to use Oracle JDBC driver with CF MX 7 Standard edition? all our CF servers are Enterprise edition so we never ran into... -
Oracle JDBC driver and CF Standard edition
hi, guys. is it possible to use JDBC driver for Oracle with CF MX 7 Standard edition? all our CF servers are Enterprise edition and we've been... -
Microsoft JDBC Drivers
I am thinking of using the Microsoft JDBC SQL Server 2005 drivers to connect CF MX7 data sources. Does anyone have a production application... -
Using Oracle JDBC drivers
Hi SPSman, Can you post your sample code here with attach code option. so I think I could help you out. regards logu. -
Oracle 10g JDBC Thin Drivers and Time
We have the same problem the newest version of Coldfusion with the newest oracle jdbc driver displays only the date, not the time. The same jdbc... -
Re: CF 7 Standard + Oracle JDBC drivers + CLOB fields
Pretty far off from when you posted, but use <cfqueryparam type="cf_sql_varchar2" value="#myVar#"> and you should be good to go.
Guest
-
annubachu #3
Re: CF 7 Standard + Oracle JDBC drivers + CLOB fields
Hi All,
We are upgrading from CF5 to CF7 Enterprise edition in the coming months. I
was doing research into the known issues with the upgrade and came across this
issue with CLOBS.
We use CLOBS and are currently on Oracle 8.1.7.3. I was wondering if we will
have any prblem using CLOBS with MX7. Any insight is much appreciated.
Thanks.
annubachu Guest



Reply With Quote

