|
To reference a table in ADOX, first declare a variable
of type ADOX.Table. Access the Catalog object of the database
that contains the table. Access the Tables indexed property of the
Catalog object. Pass the name of the table to this property, and assign
this call to the ADOX.Table variable. This would be done as follows:
|