writer 类在 mode 中打开一个文件(myfile)并使用一个键查找记录。一旦找到记录,就会调用 update()。update()
执行调用时出现以下异常
fupdate() failed; EDC5065I A write system error was detected. (errno2=0xC0500090); errno=65 errno2=0xc0500090 last_op=115 errorCode=0x80060
该文件在 writer 方法中以"rb,type=record"
模式打开,open()
在 writer 方法中关闭close()
。
当编写器为作业的第一个块执行时,就会发生错误。
可能是什么问题呢 ?