In VS2003, I could drag a stored procedure from the Server Explorer into the
dataset designer and generate an XML schema for all tables returned from the
procedure. VS2005 will only generate a single table schema using this
process even though the procedures return multiple tables.
I have not found a way to accomplish the same thing in VS2005 and would like
to know if anyone has figured this out.
I do know that I can use the dataset.writexmlschema method, but this is not
as efficient as dragging a sproc to the design surface.
Ideas?
Thanks!
C. Cordova
|