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
Post a Comment