Is it possible to execute a query and just get the column names of the returned result set. I need the column names since the query is dynamic and I don't know the names of the columns.
I will use these column names for sorting when executing the query again.
You could refer to my Previous question to get the idea why I need it.
Thanks.