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

Can someone help me on how to use datareader in data access layer in three tier application? I am just a beginner in c#, so please help me :(
Posted
Updated 3-Nov-10 22:16pm
v2
Comments
Slacker007 4-Nov-10 7:32am    
What exactly are you having a problem with? I hate to say this but a lot of your answers can be found through your own research and Google. Search here at CP as well.

For a tutorial and explanation see here[^]

and here[^]
.
 
Share this answer
 
You should always search the MSDN archives (msdn.microsoft.com) or simply google the full object name of the thing you are having trouble with.
In this instance, just write HowTo system.data.datareader C# into the search bar and you'll be amazed at what comes up.
 
Share this answer
 
Go through the below link(examples)., this may helps you

http://www.java2s.com/Code/CSharp/Database-ADO.net/OleDbDataReader.htm[^]
 
Share this answer
 

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