LINQPad and Oracle

守給你的承諾、 提交于 2019-12-06 18:31:39

问题


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


回答1:


Judging by their user voice item request for Oracle support, it appears unsupported at the moment.

A comment on the O'Reilly forums also suggests its not supported.

update As we understand it, there's now built-in Oracle support in the latest versions of LinqPad; the home page of LinqPad now lists support for Oracle.

update January 2013 The new LinqPad-to-Oracle support appears to still be available. Per the LinqPad FAQ:

Q. Why does LINQPad use LINQ to SQL under the covers, rather than Entity Framework?

A. LINQ to SQL is faster with large schemas and in most cases, emits better SQL. You can, however, use EF with EDMs that you define yourself. For querying SQLite, MySQL and Oracle (via the optional plug-in), LINQPad uses Matt Warren's IQueryable toolkit.




回答2:


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.




回答3:


Linqpad now has support for lightspeed which supports oracle.



来源:https://stackoverflow.com/questions/1376132/linqpad-and-oracle

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!