SBendBuckeye
Programmer
Hello,
I need to determine the columns in a stored procedure on the fly. Is there an equivalent to sp_columns or Information_Schema.Columns? The stored procedures in question are used to populate master table comboboxes but can have additional columns in the query (eg Select * From Employees). Thanks for any ideas and/or suggestions!
Have a great day!
j2consulting@yahoo.com
I need to determine the columns in a stored procedure on the fly. Is there an equivalent to sp_columns or Information_Schema.Columns? The stored procedures in question are used to populate master table comboboxes but can have additional columns in the query (eg Select * From Employees). Thanks for any ideas and/or suggestions!
Have a great day!
j2consulting@yahoo.com