Ask a Question related to Coldfusion Database Access, Design and Development.
-
coderWil #1
MX7 with Oracle and US ASCII fields
We are currently running 5.0 and tried upgrading to 6.1 about 18 months ago.
We have multi-lingual text stored in an Oracle database using US ASCII data
fields (generic varchar2)
We were not able to do the upgrade because 6.1 did not have the backward
compatible language support that it advertised. I am looking to see if anyone
has a similar situation and has been able to upgrade to MX7 successfully. We
are really wanting to upgrade without the hassle of rebuilding a new Oracle
database and migrating the date from ascii to unicode.
Any and all help is greatly appreciated.
William
coderWil Guest
-
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... -
Cfquery Oracle Fields beginning with underscores
Does any one know how to run cfquery statements that contains fieldnames starting with underscore characters? For example: SELECT * FROM... -
#26351 [Opn->Bgs]: Incorrect handling of Null Fields/Numerical Fields with '0'
ID: 26351 Updated by: iliaa@php.net Reported By: jabberwocky at ibplanet dot com -Status: Open +Status: ... -
#26351 [NEW]: Incorrect handling of Null Fields/Numerical Fields with '0'
From: jabberwocky at ibplanet dot com Operating system: Any PHP version: 4.3.4 PHP Bug Type: MSSQL related Bug description: ... -
#13053 [Com]: oci8 error, this kill oracle-prosseces in the oracle-instance.
ID: 13053 Comment by: gid at gifpaste dot net Reported By: jsun at basefarm dot no Status: Bogus Bug Type: ... -
Neculai Macarie #2
Re: MX7 with Oracle and US ASCII fields
coderWil wrote:
If you're keeping what is essentially binary data in US ASCII type fields> We are currently running 5.0 and tried upgrading to 6.1 about 18
> months ago. We have multi-lingual text stored in an Oracle database
> using US ASCII data fields (generic varchar2)
then I would say that your db is broken.
You could try setting the JVM charset to US ASCII (there are some docs about> We were not able to do the upgrade because 6.1 did not have the
> backward compatible language support that it advertised. I am
> looking to see if anyone has a similar situation and has been able to
> upgrade to MX7 successfully. We are really wanting to upgrade
> without the hassle of rebuilding a new Oracle database and migrating
> the date from ascii to unicode.
this that I found with google) and see if it helps.
--
<mack />
Neculai Macarie Guest



Reply With Quote

