Kbase P113466: Does OpenEdge use RAW mode, where it writes to disk directly, bypassing the standard Microsoft IO sy
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
Does OpenEdge use RAW mode, where it writes to disk directly, bypassing the standard Microsoft IO system.
FIX:
All writes within the OpenEdge products are done by using the standard OS functions such as fopen(), fseek(), fread(), etc. Therefore, we never use RAW mode, and we never bypass the underlying IO system.