Mar 1, 2005 #1 belcom125 Programmer Joined Nov 17, 2004 Messages 45 Location CA I need to assign a data value from a dataset/dataadapter to a variable, or can I check if dataset returned any values?
I need to assign a data value from a dataset/dataadapter to a variable, or can I check if dataset returned any values?
Mar 1, 2005 #2 Sheco Programmer Joined Jan 3, 2005 Messages 5,457 Location US What method are you using to connect to your database? There are so many different ways to do it that it is hard to answer this question without more specific details. Upvote 0 Downvote
What method are you using to connect to your database? There are so many different ways to do it that it is hard to answer this question without more specific details.
Mar 1, 2005 Thread starter #3 belcom125 Programmer Joined Nov 17, 2004 Messages 45 Location CA OK, I just figured out a way. I am using datareader. It works just like I need it. Upvote 0 Downvote