[ROOT] --> C++Client
This structure holds informations about tables.
DBType
DescriptiveName
DLLName
StructSize
public WORD StructSize
Specifies the size of the PETableType structure. You must
initialize this member to be the size of whatever it is.
For
example, TableType.StructSize = PE_SIZEOF_TABLE_TYPE.
public char DLLName [ PE_DLL_NAME_LEN - 1 ]
Specifies the name of the appropriate database DLL for the table of interest (in quotes). Select the DLL you want to use from the Crystal developers help.
public char DescriptiveName [ PE_FULL_NAME_LEN - 1 ]
Specifies the name of the table of interest (in quotes).
public WORD DBType
Specifies the type of database that contains the table of interest. Select DB type from the Crystal developers Help.