数据库连接

数据库连接(database connection)是数据库服务器与客户端之间的通信联系。客户通过数据库连接发送命令、接收服务器返回的结果。

IBM DB2,[1] Microsoft SQL Server,[2] Oracle,[3] MySQL,[4] PostgreSQL,[5]Neo4j[6]使用连接池技术来改善性能。

建造连接时,通常要提供一个驱动程序provider与一个连接字符串。例如, Server=sql_box;Database=Common;User ID=uid;Pwd=password;.

一旦连接建立,它可以被打开、关闭、设置性质。

参见

参考文献

引用

  1. IBM Connection Pooling Support
  2. . [2018-11-08]. (原始内容存档于2016-05-14).
  3. . [2018-11-08]. (原始内容存档于2011-11-14).
  4. . [2018-11-08]. (原始内容存档于2016-03-20).
  5. . [2018-11-08]. (原始内容存档于2020-04-13).
  6. . neo4j.com. [2018-02-23]. (原始内容存档于2018-02-23).

来源

  • IDbConnection Interface on MSDN
  • Managing and Monitoring .NET Connections whitepaper.
  • Getting and Staying Connected whitepaper.
  • Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition) Addison Wesley, William Vaughn, ISBN 978-0-321-24362-1.

外部链接

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.