000134 : <value> not matching item data type.

Description

The item width specified is not appropriate for the data type used. Supported widths are as follows:

  • BINARY—Either 2 or 4 bytes
  • CHARACTER—1 to 32 characters
  • DATE—Always 8 bytes, stored as mm/dd/yy
  • FLOATING—Either 4 bytes (single precision) or 8 bytes (double precision)
  • NUMERIC—1 to 16 digits
  • INTEGER—1 to 16 digits

Solution

Adjust the item width according to the table provided above. Learn more about fields (items) in coverage attribute tables.

3/4/2014