File I/O System

The file I/O system is how the engine obtains data and manipulates data. The data is located in disk files or in random access memory (RAM). The data is obtained by various access methods, some of which are operating system files (common when each table is a separate file), STORAGE.DLL (Microsoft Access, OLE Objects), and proprietary schemes (Windows SQL Server, ORACLE®).