I'm able to connect to a database and put information into a dataset object. How can I take information from the database and put it into a string for example.
so, to explain better, Let's say I have a table of people in the database and in my
vb program I defined a class called people. I want to create a collection of people to use in my program, I want to create people objects and fill their first and last name properties from what is in the database.
am I going about this the wrong way? Let me know! thanks.:D
-Brian O'Neill