Business Layer/Data Layer

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
Pari.Naik
Forum Newbie
Posts: 1
Joined: Fri May 18, 2007 9:44 am

Business Layer/Data Layer

Post by Pari.Naik »

Hi
I have one application which contains Business Layer and Data Layer. I am trying to use “Data Access Application Block” in Data layer. I am passing one parameter to one stored procedure and retrieving data based on that parameter. That data will stored in DataReader/IDataReader object. Now I want to use this Data Reader object (which contains result from Stored Procedure) in to business Layer and have to implement List Object. I am working on .NET and database is SQL Server 2005.

Can anyone please guide me that from where to start and how to do this task. I am new in this field so it is challengeable for me to do this task. Please get me back ASAP……

Let me know if you need any further information

Thank you ..Pari
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I don't see how this is "Coding Critique" so moved to Misc.
Post Reply