S
Scott M.
a. I have some SQL CLR stored procedures and a connection to that SQL
database in my Server Explorer.
b. I use the Add Data Source Wizard and select my stored procedures as the
items I'd like to add.
c. When done, I get a DataSet with the DataSet designer showing one
TableAdapter containing the (3) stored procedures I had selected.
d. If I right click on any of these stored procedures and choose to
"Preview", I am able to do so and get good results.
So far so good, right?
Even though the DataSet shows a TableAdapter containing my stored
procedures, nothing shows up in the Data Sources Window!
So, how am I supposed to use the results of these stored procedures as a
Data Source for bound controls on a Windows Form (or Web Form assuming that
the Data Sources Window and Wizard operate the same in those projects).?
By the way, I have tried this on different machines, several times (starting
with brand new projects each time, just to be sure I didn't have any
"baggage" from a previous attempt) and get the same results each time.
Help!
database in my Server Explorer.
b. I use the Add Data Source Wizard and select my stored procedures as the
items I'd like to add.
c. When done, I get a DataSet with the DataSet designer showing one
TableAdapter containing the (3) stored procedures I had selected.
d. If I right click on any of these stored procedures and choose to
"Preview", I am able to do so and get good results.
So far so good, right?
Even though the DataSet shows a TableAdapter containing my stored
procedures, nothing shows up in the Data Sources Window!
So, how am I supposed to use the results of these stored procedures as a
Data Source for bound controls on a Windows Form (or Web Form assuming that
the Data Sources Window and Wizard operate the same in those projects).?
By the way, I have tried this on different machines, several times (starting
with brand new projects each time, just to be sure I didn't have any
"baggage" from a previous attempt) and get the same results each time.
Help!