B
Brian Henry
How would I create a dataset dynamicly on the fly.. I looked at the example
in the MSDN article on datasets but it wouldn't work (the northwind example)
here's what i want to do...
I want to execute the stored procedure "SP_GETNAMES" on SQL server and have
it return the table, which could change over time as more return columns get
added of course, so instead of makeing a fixed data set as you would when
you generate one with the data adapter, i want to create one dynamicly...
any examples on how i would do that with that stored procedure name? thanks!
in the MSDN article on datasets but it wouldn't work (the northwind example)
here's what i want to do...
I want to execute the stored procedure "SP_GETNAMES" on SQL server and have
it return the table, which could change over time as more return columns get
added of course, so instead of makeing a fixed data set as you would when
you generate one with the data adapter, i want to create one dynamicly...
any examples on how i would do that with that stored procedure name? thanks!