Purchase Advice
Posted: Wed 27 Jun 2012 13:59
Hi,
I was wondering if you could help me, I am looking to buy some drivers for a project I am working on and wondered if any or some of your products would enable me to achieve what I am trying to do.
Basically I have started off developing an ASP.NET MVC 4 application using EF4.1, the application has been written so far as code first with a repository pattern to perform database actions.
This generates the SQL database that the application will use to store data, however I need to pull in data for queries from our HR system which is in an Oracle 11g database.
The application I am building is a payroll template so it will generate details, pull in data from the HR system, validate against the HR system and use tables from the HR system as reference tables.
I wanted to be able to continue working with EF and the code first approach and be able to query data and link to the tables in HR system, the same way I link to tables that have been generated in the application.
I don't currently use any stored procedures although as these are much faster I may want to do this in the future.
As far as I am aware oracles ODP.NET drivers aren't supporting Code first yet and don't support stored procedures.
I would really appreciate it if you could recommend some of your products that would enable me to do this and also if you can point me towards some code examples so I can see how it would integrate in with what I have done so far.
A really important thing for me is to be able to create relationships between the Oracle tables from the existing database and the Code first tables from my application, is this possible with your products and if so which?
I don't really know much about NHibernate either (I'm quite new with all this), but is this something that you would recommend to use as well to achieve the above or can it be done entirely with your products?
Thanks in advance for your help and I hope you can help me out.
Many thanks,
Andy
I was wondering if you could help me, I am looking to buy some drivers for a project I am working on and wondered if any or some of your products would enable me to achieve what I am trying to do.
Basically I have started off developing an ASP.NET MVC 4 application using EF4.1, the application has been written so far as code first with a repository pattern to perform database actions.
This generates the SQL database that the application will use to store data, however I need to pull in data for queries from our HR system which is in an Oracle 11g database.
The application I am building is a payroll template so it will generate details, pull in data from the HR system, validate against the HR system and use tables from the HR system as reference tables.
I wanted to be able to continue working with EF and the code first approach and be able to query data and link to the tables in HR system, the same way I link to tables that have been generated in the application.
I don't currently use any stored procedures although as these are much faster I may want to do this in the future.
As far as I am aware oracles ODP.NET drivers aren't supporting Code first yet and don't support stored procedures.
I would really appreciate it if you could recommend some of your products that would enable me to do this and also if you can point me towards some code examples so I can see how it would integrate in with what I have done so far.
A really important thing for me is to be able to create relationships between the Oracle tables from the existing database and the Code first tables from my application, is this possible with your products and if so which?
I don't really know much about NHibernate either (I'm quite new with all this), but is this something that you would recommend to use as well to achieve the above or can it be done entirely with your products?
Thanks in advance for your help and I hope you can help me out.
Many thanks,
Andy