database - Is it possible to have the functionality of parametric stored procedures within .net? -


what this: have raw data in relational database (oracle) need process , generate reports. use both stored procedures within database , c#/.net programming process data (i.e. data tables) , generate requested reports.

writing , testing both stored procedures , c# code relatively simple analytical operations quite cumbersome. question is, can somehow implement functionality of stored procedures directly .net methods , rid of development , maintenance of stored procedures?

if yes how?

i searched .net library offers methods parametric stored procedures table valued parameters , came accross finaquant protos: http://finaquant.com/products/finaquantprotos

we testing methods of library. additional information or similar libraries appreciated.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -