[Mono-dev] System.Data.OracleClient broken in mono 2.2 Preview1?

Daniel Morgan monodanmorg at yahoo.com
Sat Nov 29 20:26:25 EST 2008


Do you have a simple, repeatable test case?  

In your cursor that is returned, what data types are involved?  Check to make sure OracleParameter can handle the data types you are being returned in the cursor.  For example, intervals are not yet implemented.  Character data involving multi-byte character sets are problematic.

You could not load a DataTable from a cursor prior to Mono 2.0.  The bits to support should be in there for Mono 2.2.


--- On Thu, 11/27/08, kray <kray at landmarkdigital.com> wrote:

> From: kray <kray at landmarkdigital.com>
> Subject: [Mono-dev]  System.Data.OracleClient broken in mono 2.2 Preview1?
> To: mono-devel-list at lists.ximian.com
> Date: Thursday, November 27, 2008, 12:20 AM
> I need to run some further tests, but retrieving a datatable
> from a cursor
> in Oracle, using the System.Data.OracleClient appears to be
> broken in the
> Mono 2.2 Preview.  I was testing using code that worked in
> Mono 1.9.  Is
> anyone else seeing this?
> 
> thanks,
> Kris
> 
> -- 
> View this message in context:
> http://www.nabble.com/System.Data.OracleClient-broken-in-mono-2.2-Preview1--tp20713697p20713697.html
> Sent from the Mono - Dev mailing list archive at
> Nabble.com.
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list


      


More information about the Mono-devel-list mailing list