I want to develop an ASP.net MVC application with DB2 backend. where DB2 is on Mainframe server. I am little bit confused on this . Is it possible to access DB2(Mainframe server) database smoothly by MVC application. I searched on internet on this and I understand, by using three ways I can access DB2 1) Oledb 2) Odbc 3) DBconnector
But then also I have some doubt like Network issue Connection issue Datatype etc issues And how Entity framework will work against DB2(Mainframe)
So experts please guide me on this, It would be gr8 if you have any suggestion on this.