Click or drag to resize

DbOpenInfo Fields

X#

The DbOpenInfo type exposes the following members.

Fields
  NameDescription
Public fieldAlias
Unique Alias that the table has. This must be a valid XBase Identifier
Public fieldExtension
The extension for the table that must be opened.
Public fieldFileName
The filename (optionally includig a path) for the table that must be opened. Does not have an extension.
Public fieldReadOnly
Should the table be opened Readonly?
Public fieldShared
Should the table be opened Shared?
Public fieldWorkarea
Workarea number in which the table will be opened.
Top
See Also