Connecting to Oracle DB using Linq
819462Nov 29 2010 — edited Nov 29 2010Hi
I am trying to send data from a .net application to an Oracle DB. I am familiar about the regular way of connecting using System.Data.OracleClient and setting up connection string.
But I wanted to make sure if any LINQ Providers / 3rd party tools available to talk to an Oracle DB using LINQ, Since Linq is used to connect only to SQL relational DB and XML files.
Any guidance would be appreciated.
Thanks
Sugeetha Subbarayalu