|
To create a table in the ADOX library, declare an
ADOX.Table variable and initialize it. After creating the table, call
the Append() method of the Tables property of the Catalog
class. After creating the table, to update the items of the Catalog
object, call its Refresh() method. To show the new table in the
Navigation Pane, call the RefreshDatabaseWindow() method of the
Application class. Here is an example:
|