Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LINQPad DB2 Support

Tags:

c#

linqpad

db2

I know that I am able to connect LINQPad to an EF Model and be able to run queries to get results and lambda expressions back, but for DB2, it does not show any SQL due to the provider not being handed over to LINQPad by EF. It seems that if I want to be able to see the SQL, I need to write a custom driver for DB2 to get it to work. I have read the documentation and it is a bit over my head. Does anyone have an example of this working, I would greatly appreciate it. Thanks.

like image 467
Isaac Levin Avatar asked Mar 28 '12 13:03

Isaac Levin


1 Answers

Did you look at the LightSpeed driver for LinqPad? It claims to have support for DB2. http://www.mindscapehq.com/blog/index.php/2010/03/01/lightspeed-and-linqpad-the-perfect-partners/

like image 81
Maurice Reeves Avatar answered Nov 08 '22 04:11

Maurice Reeves