File-Based Drivers
In comparing file-based and DBMS-based drivers, file-based drivers are harder
to write because of the database engine component, less complicated to
configure because there are no network pieces, and less powerful because few people
have the time to write database engines as powerful as those produced by database
companies.
Figure 3.1 shows two different configurations of file-based drivers, one in
which the data resides locally and the other in which it resides on a network
file server.
Figure 3.1 Configuration of file-based drivers