You can look at the schema of the table the dataview is based on ie
DataView.Table - the schema info is easy to retrieve once you have that.
--
W.G. Ryan, MVP
www.tibasolutions.com |
www.devbuzz.com |
www.knowdotnet.com
"Rob T" <(E-Mail Removed)> wrote in message
news:uj%(E-Mail Removed)...
> How do you read the schema of a dataview?
>
> I have a could of SQL stored procedures that are getting read into a
> dataview and I need to know what the strucutres are so they can be
displayed
> to the screen properly.
>
> Thanks.
>
> -Rob T.
>
>