G
Guest
Hi,
I wanted to ask how i could run a stored procedure against my dataset. At present i am using a datareader to fill the values of my combobox from my database. As i have created a dataset with all my databse tables, it makes more sense to run my SQL command against the dataset. Does anyone have any examples of how i could run parameter commands against a dataset?
Also i want to filter my datatable based on what the user selects from my combobox.
If anyone has found any useful code examples it would be very much appreciated.
Thx
I wanted to ask how i could run a stored procedure against my dataset. At present i am using a datareader to fill the values of my combobox from my database. As i have created a dataset with all my databse tables, it makes more sense to run my SQL command against the dataset. Does anyone have any examples of how i could run parameter commands against a dataset?
Also i want to filter my datatable based on what the user selects from my combobox.
If anyone has found any useful code examples it would be very much appreciated.
Thx