Share via


Visual Basic: RDO Data Control

rdoTables Collection

See Also    Example    Properties    Methods    Events

The rdoTables collection contains all stored rdoTable objects in a database.




Remarks

Note   You are discouraged from using the rdoTable object and rdoTables collection to manage or inspect the structure of your database tables. This object is maintained for backward compatibility and might not be supported in future versions of Visual Basic.

For performance reasons, you cannot reference an rdoTable object until you have first populated the rdoTables collection because it is not automatically populated when you connect to a data source. To populate the rdoTables collection, use the Refresh method or reference individual members of the collection by their ordinal number. Depending on the number of tables in your database, this can take quite some time.