Can someome possibly post an example to do what I want.
I am using the openschema method of a ADO connection to itterate through the list of queries in a database.
What I wan to extract is the list of fields the query is using and the associated table that the field comes from.
I have already done this for the list of tables but I cannot use the same code for the queries (or as in the openschema method, "VIEW").
O have already looked at the examples in the MSDN but they only seem to list all the available VIEWS, not the actual fields.

Thanks.
Mega.