If this is not the correct forum to post this question in, forgive me.
Here is my problem. I want to query an MsSQL database and manipulate the data returned. When this data is printed to the screen, i need to match it up with its respective field (column) name. The catch is, the table's column names will change regularly in the near future.
So basically, what I want to find out is, how do i query a database and find out the field (column) names of the data returned?
-sk
Here is my problem. I want to query an MsSQL database and manipulate the data returned. When this data is printed to the screen, i need to match it up with its respective field (column) name. The catch is, the table's column names will change regularly in the near future.
So basically, what I want to find out is, how do i query a database and find out the field (column) names of the data returned?
-sk