D
Demi Moore
I have a stored proc that returns me multiple tables. Is there a way I could
set their names to be something other than TABLE TABLE1 TABLE2 ... ??
Sorry TableMappings won't do !! I can't use that for certain reasons. I have
to be able to do something in the T-Sql that after SqlDataAdapter.Fill, my
tables are named properly.
DM
set their names to be something other than TABLE TABLE1 TABLE2 ... ??
Sorry TableMappings won't do !! I can't use that for certain reasons. I have
to be able to do something in the T-Sql that after SqlDataAdapter.Fill, my
tables are named properly.
DM