LINQPad and Oracle

user118190 picture user118190 · Sep 3, 2009 · Viewed 7.8k times · Source

Does LINQPad work with Oracle? Has anyone tried? What do you suggest?

Answer

Goyuix picture Goyuix · Jul 25, 2011

As of beta version 4.35, LINQPad supports Oracle fully - you can now do "LINQ to Oracle" queries. I believe it uses the DevArt dotConnect libraries for managing this great feat. Further, in addition to native OCI support, it also supports a direct mode which does not require the Oracle OCI DLLs to be present.

To enable this feature you will need to simply add a new data connection in LINQPad, and when asked which driver to use - click the View more drivers... button. You can then install the IQ Driver and use it for querying Oracle, MySQL and SQLite databases.

IQ Connection Options showing Oracle, MySQL and SQLite support