Data Access Gateway
sits between end users (usually in PC networks) and a legacy database
accepts data read requests (expressed as SQL statements)
converts the requests to legacy access method instructions
provides the resulting data to the users
data flow is one-way read-only.