int KISAMOpenTable(KHAND handle, char *szModule, char *szCompany, char *szTable, char *szMode)
Parameter | Type | Purpose |
handle | KHAND | handle of table. This must have been previously allocated in a KISAMAllocHandle call. |
szModule | char * | two character module code e.g. "MK" |
szCompany | char * | two character company code e.g. "01" |
SzTable | char * | table name |
szMode | char * | open mode |
This function will open on the given handle a table in the Rev7 or Rev8 environment provided both the table and a data dictionary definition of the table exists for that name and module. The location of the table and its dictionary will be deduced from the environment. Generally this will mean that minimally $HOME must exist. The mode codes are explained in KISAMOpenGeneralTable