aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LFI-00148: string can be called only on files opened in byte mode

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.

请先 登录 后评论

1 个回答

小智
LFI-00148:只能在以字节模式打开的文件上调用字符串,
.原因:对于在记录模式下打开的文件,调用了仅应用于字节模式的文件的例程,
.操作:为了使用此功能,文件应以字节模式打开。,
.
请先 登录 后评论