Has anyone been able to use LINQ with the IBM i? That is without having to write a custom provider?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t worked with IBM i directly, but IBM has a page that outlines the limitations of using LINQ to Entities with their product outlined here:
http://www.ibm.com/developerworks/wikis/display/DB2/IBM+Data+Server+LINQ+Entity+Framework+Limitations
Note that there is no (official) support for any other platform but SQL Server when using LINQ-to-SQL, so you won’t be able to use it for getting your data.
Your best bet is to use LINQ-to-Entities and the ADO Entity Framework to access this data source.