[Mono-list] Oracle Client

Veerapuram Varadhan vvaradhan at novell.com
Fri Aug 21 07:10:05 EDT 2009


Hi,

Normally, input to MoMA would be your exe or assembly and not any of
mono's assembly.

Also, did you try to run your code using Mono and got any exceptions?


V. Varadhan

On Fri, 2009-08-21 at 15:00 +0530, devi wrote:
> Hi,
> 
> Thanks for your reponse.
> 
> This is part of my vb.net code & it got executed in windows env.
> (System.Data.OracleClient used)
> 
>         Public con As New OracleClient.OracleConnection("Data
>         Source=XE;Persist Security Info=True;User
>         ID=system;Password=xxxxx;Unicode=True")
>         adp = New OracleClient.OracleDataAdapter(sql, con)
>         ds = New DataSet
>         adp.Fill(ds, "test")
>         DataGridView1.DataSource = ds.Tables("test")
>         
> 
> 
> Mono Analysis Summary:
> 
> Input:  System.Data.OracleClient.dll
> 
> Methods that are still Missing in Mono:24
> P/Invokes called:188
> Methods called that throw NotImpementedException: 57
> Methods called marked with [Mono Todo]:72
> 
> 
> Thanks
> 
> DEVI.G
> 
> 
> ----- Original Message ----- 
> From: "Veerapuram Varadhan" <vvaradhan at novell.com>
> To: "devi" <devi at visolve.com>
> Cc: <mono-list at lists.ximian.com>
> Sent: Friday, August 21, 2009 2:47 PM
> Subject: Re: [Mono-list] Oracle Client
> 
> 
> > Hi,
> > 
> > On Fri, 2009-08-21 at 09:26 +0530, devi wrote:
> >> Hi Friends,
> >>  
> >> I would like to know does mono supports Oracle Client dll.
> >>  
> >> Analyzer throws "not implemented" msg for
> >> System.Data.OracleClient.dll.  Is there any option that i can run
> the
> >> application in the linux platform.
> >>  
> >> Please educate me on the same.
> > 
> > Can you share the report of the analyzer?
> > 
> > Thanks,
> > 
> > V. Varadhan
> > 
> >> 
> > 
> > 
> 
> 
> ______________________________________________________________________
> 
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com 
> Version: 8.5.409 / Virus Database: 270.13.63/2316 - Release Date:
> 08/20/09 18:06:00
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list