数据库连接
数据库连接(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;
.
一旦连接建立,它可以被打开、关闭、设置性质。
参考文献
引用
来源
- 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.