Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
m Reverted edits by 2405:204:9624:BF41:6A2F:336B:F73A:D59C (talk): editing tests (HG) (3.4.6) |
||
Line 1:
A '''Database connection''' is facility in [[computer science]] that allows [[Client (computing)|client]] software to talk to [[database server]] software, whether on the same machine or not. A '''connection''' is required to send [[command (computing)|commands]] and receive
Connections are a key concept in [[data-centric]] programming. Since some DBMS engines require considerable time to connect [[connection pooling]] was invented to improve performance. No command can be performed against a database without an "open and available" connection to it.
|