G
Guest
I'm populating a DataSet using a stored procedure.When I have at least one
record returned I can add a new row to the DataSet, but if I don't get any
records and I try to add a new row I get "No table defined", or something
like that.
How can I get the table created with the necessary columns that would be
returned from the stored proc. even when I don't get any data returned.
Is there a way to get the table schema from the stored proc. I'm using
Sybase ASE 12.5.
Thanks Much,
Dan
record returned I can add a new row to the DataSet, but if I don't get any
records and I try to add a new row I get "No table defined", or something
like that.
How can I get the table created with the necessary columns that would be
returned from the stored proc. even when I don't get any data returned.
Is there a way to get the table schema from the stored proc. I'm using
Sybase ASE 12.5.
Thanks Much,
Dan