[Mono-list] Oracle Client
devi
devi at visolve.com
Fri Aug 21 05:30:41 EDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090821/0c4b3547/attachment.html
More information about the Mono-list
mailing list