I have problem using datareader?
-
hi freinds i have problem can i use datareader with store procedure. it's urgent, i don't know much about how access data from store procedure through codding in vb.net.plz it's very very urgent.
Janvi wrote:
it's urgent
Janvi wrote:
it's very very urgent.
If it's so urgent, why didn't you google for some of the many source examples on the web, or post some source code, so we have some chance of seeing where your error is ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
hi freinds i have problem can i use datareader with store procedure. it's urgent, i don't know much about how access data from store procedure through codding in vb.net.plz it's very very urgent.
Janvi wrote:
i have problem can i use datareader with store procedure.
Yes, of course you can. Have you tried it? There is not much point in trying to help you with a problem that you haven't run into yet...
Janvi wrote:
t's very very urgent
That doesn't count for much in a public forum. If it really was that urgent, you would pay for professional help instead of trying to get it for free here.
Experience is the sum of all the mistakes you have done.
-
hi freinds i have problem can i use datareader with store procedure. it's urgent, i don't know much about how access data from store procedure through codding in vb.net.plz it's very very urgent.
hi Janvi, You can use DataReader with Stored Procedure easily in following way. SqlDataReader reader = SqlCommand_Object.ExecuteReader(); If you wanna full article to learn new ways to use all functionality, just visit the following link. http://www.akadia.com/services/dotnet_data_reader.html Hope this will help you. Thanks & Regards dilipv
Dilip Kumar Vishwakarma Programmer .Net Consulting