ITableDefinition

OLE DB Programmer's Reference

The ITableDefinition interface exposes simple methods to create, drop, and alter tables on the data store.

When to Implement

ITableDefinition is optional for providers that do not otherwise support table creation; it is mandatory for providers that support table creation through commands.

Method Description
AddColumn Adds a new column to a base table.
CreateTable Creates a new base table in the data store.
DropColumn Drops a column from a base table.
DropTable Drops a base table in the data store.

1998-2001 Microsoft Corporation. All rights reserved.



Microsoft Ole Db 2.0 Programmer's Reference and Data Access SDK
Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
ISBN: 0735605904
EAN: 2147483647
Year: 1998
Pages: 1083

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net