Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     BOOL fOK;
int  iSession;
char strDataType[FIELD_TYPE_

...

LENGTH + 1];
FLDLEN  length;
int  iDecimal;

fOK = LceGetFieldType(iSession, "SURNAME",

...

 strDataType,

...

 &length,

...

 &iDecimal);

...