Versions Compared

Key

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

...

An NChar is a fixed-length character field, with a length between 1 and 65,535. (This is the number of characters, not the byte length.)

NChar fields store alpha data of any codepage. For example, in a list, an NChar field may have Japanese in one row, and French in another row.

...

  • If there is no need to support multiple languages at execution time, use an Alpha field or a Char field.
  • If you want trailing blanks to be significant, use an NVarChar field.

Also See

1.1.2 Alpha

1.1.5 Char

1.1.4 NVarChar