|
|
Database GatewaysWhile basic database networking middleware implemented in an organization may support only one proprietary RDBMS, a database gateway can link those clients to other hosts.Database gateways are typically intermediate devices that accept connections from clients using one set of APIs and network protocols, and connect to a remote data source using a completely different set of APIs and protocols. The gateway device translates between the client and the server systems. Take a look at our diagram: [Diagram: Database Gateway Components] ![]() A database gateway is most often implemented on an intermediate device
to offload both the client and the server from the heavy work of translating
between different SQL dialects and data formats.
November 15, 1995
Print This Page
E-mail this URL |