Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

LFI-00148

string can be called only on files opened in byte mode

Cause

A routine that should be used only for files in byte mode was called for a file that was opened in record mode


Action

In order to use this function, the file should be opened in byte mode.