Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
Undid revision 1049186204 by 2409:4042:E1A:380D:0:0:AE8B:CD03 (talk) vandalism |
||
Line 1:
A '''Database connection''' is a facility in [[computer science]] that allows [[Client (computing)|
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.
|