B
brian
I need help creating a dataset with a SQL string and help
iterating through it or querying the dataset.
I am really getting confused with the datatable. When
creating a dataset are you filling a datatable?
For example: Fill the dataset with employee names and
position. With that I want to know the employees who's
position = 'Manager'
Thanks
I always use a datareader for my needs but am starting to
run into problems with the connection issue. I need to
connections open and the datareader will only allow 1.
So I guess it's time to learn more about datasets.
iterating through it or querying the dataset.
I am really getting confused with the datatable. When
creating a dataset are you filling a datatable?
For example: Fill the dataset with employee names and
position. With that I want to know the employees who's
position = 'Manager'
Thanks
I always use a datareader for my needs but am starting to
run into problems with the connection issue. I need to
connections open and the datareader will only allow 1.
So I guess it's time to learn more about datasets.