SYNOPSISDBTBL *opendbtbl
(
DDIC *ddic,
char *name
);
PARAMETERS
DESCRIPTION
Open a DBTBL, and return a pointer to it. This looks up the name in
the data dictionary, and tries to open it. The table is rewound, so
the first getdbtblrow() will return the first record.
If the table is not found, or could not be opened NULL is returned.
SEE ALSO
closedbtbl(), createdbtbl()