[ROOT] --> C++Client

struct PETableType

This structure holds informations about tables.

Source:
MobileApps\PCRE\CppClient\Include\crw\crpe.h

Variables Index

DBType
Specifies the type of database that contains the table of interest. Select DB type from the Crystal developers Help.
DescriptiveName
Specifies the name of the table of interest (in quotes).
DLLName
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.
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.


Variables

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.

DLLName

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.

DescriptiveName

public char DescriptiveName [ PE_FULL_NAME_LEN - 1 ]

Specifies the name of the table of interest (in quotes).

DBType

public WORD DBType

Specifies the type of database that contains the table of interest. Select DB type from the Crystal developers Help.


Copyright (c) 2000 Dynalivery Corp.