| middleware
This software manages the
communication between a client program and a database. For example, a Web
server connected to a database can be considered middleware--the Web
server sits between the client program (a Web browser) and a database. The
middleware allows the database to be changed without necessarily affecting
the client, and vice versa. |