mcATinqCelIIndex — Get column number of array table
#include <memcom.h> int mcATinqCellIndex(int handle, const char* name, const char* colname);
mcATinqCellIndex
returns the column
number of the array table name
residing on the
database handle
given the column name
colname
. If the colname
has
been found the column number is returned (note that column numbers
start with the index 1). If not, 0 is returned. In case of an error
a negative value is returned.