TBLBaseDesc (base table descriptor)

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TBLBaseDesc (base table descriptor)

Return to chapter overview

The TBLBaseDesc structure provides basic information about a table, using the following fields:

Field

Type

Description

szName

DBITBLNAME

Specifies the table name (no extension or directory).

szFileName

DBITBLNAME

Specifies the file name.

szExt

DBIEXT

Specifies the file extension.

szType

DBINAME

Specifies the driver type.

dtDate

DBIDATE

Specifies the date on the table.

tmTime

TIME

Specifies the time on the table.

iSize

UINT32

Specifies the size in bytes.

bView

BOOL

TRUE, if this a view (SQL only).

bSynonym

BOOL16

TRUE, if the object is a synonym