Saturday, May 3, 2008

TheConnection Manager

A Connection Database allows the client software to talk to database server, whether these exist on the same machine or not. A connection is required to send commands and receive answers, usually in the form of a result set. Connections are a key concept in Mobile programming, so that connection pooling was invented to simplify the process and improve performance. No command can be performed against a database without an "open and available" connection to it.

No comments: