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" <[email protected]>
> To: "devi" <[email protected]>
> Cc: <[email protected]>
> 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  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to