List of tables from an ADODataset

From: Angel (user_at_example.net)
Date: 07/29/04


Date: Thu, 29 Jul 2004 12:35:49 +0200

Hello to all.

I know that you can get a list of the fields through the FieldList
property or through the GetFieldList method.

My question is: is there any similar way to get a list of the tables or
views from an ADODataset or an ADOQuery, or should I parse the
CommandText or the SQL properties?

Thanks in advance,

Angel