Top "Database-connection" questions

A database connection is a facility that allows client software to communicate with database server software, whether on the same machine or not.

CodeIgniter database connections not being closed

I have built a social community website in CodeIgniter which is now getting a fair bit of traffic, the hosting …

php database codeigniter database-connection
How to debug "could not receive data from client: Connection reset by peer"

I'm running a django-celery application on Ubuntu-12.04. When I run a celery task from my web interface, I get the …

django database-connection celery django-celery django-postgresql
Connection with my db using pgAdmin4

I am study with this tutorial: https://www.youtube.com/watch?v=Ho3DKKopC2E&list=PLDmvslp_VR0xlwr5…

database-connection pgadmin-4
What's causing 'unable to connect to data source' for pyodbc?

I'm trying to connect to an MSSQL database from python on Linux (SLES). I have installed pyodbc and Free TDS. …

python database tsql database-connection pyodbc
Can't create Database Link to remote DB in Oracle-DB

We have a CRM system in our company, which uses an Oracle 11g database. It is developed by a third …

oracle database-connection database-link heterogeneous-services
Persistent DB Connections - Yea or Nay?

I'm using PHP's PDO layer for data access in a project, and I've been reading up on it and seeing …

pdo persistence database-connection
How to force a SqlConnection to physically close, while using connection pooling?

I understand that if I instantiate a SqlConnection object, I am really grabbing a connection from a connection pool. When …

c# sql ado.net database-connection connection-pooling
SQL Server: Native client vs. ODBC?

What is the difference between SQL Server Native Client connection and ODBC connection? What are the pros and cons of …

sql-server sql-server-2005 sql-server-2008 odbc database-connection
What is the proper way to close H2?

This is related to this post. I think I am having problem with H2 meaning that it does not close …

java tomcat jdbc database-connection h2
Hibernate c3p0 connection pool not timing out idle connections

We have a java server connecting to a MySQL 5 database usingHibernate as our persistence layer which is using c3p0 …

database hibernate database-connection connection-pooling c3p0