Bharti Mishra wrote:
> 
> Thanx for your response....
> 
> You said, use System.Data instead of Microsoft.Data.Odbc. so I like to ask
> you If I use system.data then will it provide databese connection and will
> it support odbc in mono.

http://www.mono-project.com/ODBC

> because when we run our project in windows, we run oracle_net.msi setup. pls
> guide me to proceed me further.

Oracle_net.msi contains the managed Oracle provider for .NET 1.0.
This standalone provider was also obsoleted by .NET 1.1 where it
became part of the framework. Mono is providing System.Data.OracleClient
too.

I believe you should first try to find out how your app is actually
accessing databases. If you have the big picture then you can start
porting the app.

Robert

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

Reply via email to