[Mono-list] mono+asp.net+oracle

Daniel Morgan monodanmorg at yahoo.com
Mon May 22 13:17:33 EDT 2006


I haven't tried the ASP.NET 2.0 features, so I can not comment on them.
 
However, the ASP.NET 1.1 features should work well with Oracle.
 
See http://www.mono-project.com/Oracle 
which will give you an idea how complete System.Data.OracleClient is.
 
Even when using NET_2_0 profile in Mono, the NET_1_1 features should still work.  Its the new NET_2_0 features which may or may not be missing.  Stay away from using abstract classes like DbCommand that were added in NET_2_0.
 
ODBC support in Mono is good with System.Data.Odbc, and there is Oracle ODBC drivers for every platform that the Oracle client softare exists.  The Oracle Instant Client may work for you.
Places like http://www.openlinksw.com/ should have some ODBC Oracle drivers you could use if the drivers from Oracle are not up to speed.
 
If the above will not work for you, there is always an Oracle driver from datadirect.com which is fully managed and does not require any Oracle software to be installed.

----- Original Message ----
From: Matthias Leonhardt <mono at mleo.net>
To: mono-list at lists.ximian.com
Sent: Saturday, May 20, 2006 2:25:25 AM
Subject: [Mono-list] mono+asp.net+oracle


hi developers,

how are your experiences with ASP.Net and Mono with database oracle? For
our customer we have to write a little oracledb-webapplication in php
but we are more experienced with c# development in VS200x. So my
question is, how is the compatibility of the c# code if written in
VS2005? Can we use all the webcomponents of VS2005 or are there any
restrictions in using it under productive environment in lamo
(linux+apache+mod_mono+oracle)?

thanks for your suggestions,

kind regards,
Matthias Leonhardt
http://www.happyarts.net
_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060522/ab56a452/attachment.html


More information about the Mono-list mailing list