Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to all

My senior developer has given me a his project to finish. For his data access he uses NHibernate. He said that its okay for me to use any other method of data access that i am quite comfortable with, which is access the database through stored procedures. My question is are object relational mapping tools better than accessing the database through stored procedures. Or are stored procedures a thing of the past. I need advice on the best way to access data in the database produces the best performance results.

Thanks in advance
Posted
Comments
StianSandberg 23-Apr-13 5:25am    
If you're only concern is performance (and that's really important), then go for stored procedures. If you want to write maintainable code, use object relational mapping tools. It's much easier to maintain code and do business logic in your application rather than doing this in your database. And the performance isn't that much better by using stored procedures.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900