G
Guest
I create a typed dataset based upon a table, using the VS2005 designer. I
then add a query to the table adapter with a select statement, changing the
order of some columns, and removing others. When I select preview data, I
see the columns in the original order of the dataset, with the columns I
removed now showing up as empty. This can't be by design, can it? And if
so, how can I order the columns?
Since I am using stored procedures, I can drop the select stored procedure
in the TDS and the resulting column order is correct, but I am now using a
different table adapter. Are there any other options?
Thanks,
David R
then add a query to the table adapter with a select statement, changing the
order of some columns, and removing others. When I select preview data, I
see the columns in the original order of the dataset, with the columns I
removed now showing up as empty. This can't be by design, can it? And if
so, how can I order the columns?
Since I am using stored procedures, I can drop the select stored procedure
in the TDS and the resulting column order is correct, but I am now using a
different table adapter. Are there any other options?
Thanks,
David R