|
<< Click to Display Table of Contents >> TBLBaseDesc (base table descriptor) |
![]() ![]()
|
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). |
BOOL16 |
TRUE, if the object is a synonym |