Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Thomas Chiverton
On Thursday 02 Sep 2004 22:04 pm, Adrocknaphobia wrote: This is def a driver/cfmx issue as you will not see this error in any form in SQL*Plus. Do you still see the error with the updated drivers from the Updater ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Deanna Schneider
I'd found that out, too, and ended up adding error catching in the PL/SQL to always make sure that I opened the ref cursor and passed it back, even if it was empty. - Original Message - From: Adrocknaphobia ** this is a response to a post from 3/9/2004 which never seemed to be

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Deanna Schneider
Not Adrocknaphobia, but as far as we'er concerned Don't know - the updated drivers crash our whole system. :( - Original Message - From: Thomas Chiverton Do you still see the error with the updated drivers from the Updater ? [Todays Threads] [This Message] [Subscription]

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Adrocknaphobia
not dealing with Oracle deadlocks very well) -Adam - Original Message - From: Deanna Schneider [EMAIL PROTECTED] Date: Fri, 3 Sep 2004 08:45:29 -0500 Subject: Re: Cold Fusion and Oracle Unsupported Data Conversion To: CF-Talk [EMAIL PROTECTED] Not Adrocknaphobia, but as far as we'er concerned

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Deanna Schneider
I'd be interested to hear how the Oracle drivers work for you. We had to roll back from the latest MM drivers. But, I don't think they've tried any of the Oracle ones. Are there new drivers with this latest release? It hasn't been installed here yet. - Original Message - From:

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Adrocknaphobia
application to manage clobs, but I'd like to get it to work with stored procedures. -Adam - Original Message - From: Deanna Schneider [EMAIL PROTECTED] Date: Fri, 3 Sep 2004 10:46:28 -0500 Subject: Re: Cold Fusion and Oracle Unsupported Data Conversion To: CF-Talk [EMAIL PROTECTED] I'd

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Dave Carabetta
On Fri, 3 Sep 2004 13:15:31 -0400, Adrocknaphobia [EMAIL PROTECTED] wrote: Yeah, according to Forta one of the major reasons they relased the 6.1 Updater was because they got some new drivers made for Blackstone and didnt want to make us wait for them. Previously the lastest dataDirect driver

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Adrocknaphobia
Dave which version of the Oracle JDBC drivers are you using? -Adam - Original Message - From: Dave Carabetta [EMAIL PROTECTED] Date: Fri, 3 Sep 2004 13:23:19 -0400 Subject: Re: Cold Fusion and Oracle Unsupported Data Conversion To: CF-Talk [EMAIL PROTECTED] On Fri, 3 Sep 2004 13:15:31

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Dave Carabetta
On Fri, 3 Sep 2004 13:51:20 -0400, Adrocknaphobia [EMAIL PROTECTED] wrote: Dave which version of the Oracle JDBC drivers are you using? Using the script at the below URL, this is what I get: [Macromedia][Oracle JDBC Driver]Driver Version: 3.1.003921002406001721 Script:

Re: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-03 Thread Adrocknaphobia
Carabetta [EMAIL PROTECTED] Date: Fri, 3 Sep 2004 14:03:52 -0400 Subject: Re: Cold Fusion and Oracle Unsupported Data Conversion To: CF-Talk [EMAIL PROTECTED] On Fri, 3 Sep 2004 13:51:20 -0400, Adrocknaphobia [EMAIL PROTECTED] wrote: Dave which version of the Oracle JDBC drivers are you using

RE: Cold Fusion and Oracle Unsupported Data Conversion

2004-09-02 Thread Adrocknaphobia
** this is a response to a post from 3/9/2004 which never seemed to be resolved ** Explanation of CFMX Oracle JDBC database error Unsupported Data Conversion This issue occurs when using RefCursors to return queries from oracle via a stored procedure. When you declare a RefCursor it is NULL