Top "Dbconnection" questions

How to connect to a MongoDB database, in Android?

This is how I add a Java driver to my project compile 'org.mongodb:mongo-java-driver:2.13.2' after I run my …

java android mongodb dbconnection
Is there any need to close a DbConnection if a using clause is used?

Possible Duplicate: Will a using block close a database connection? Is db.Close() unnecessary in the following? using (DbConnection db = …

c# .net ado.net using dbconnection
HikariCP auto reconnect

I use jpa+hibernate+hikariCP. Today I got connection closed error. I setted connectionTimeout and ideleTimeout properties(hikari). If in …

java hibernate jpa hikaricp dbconnection
Mongo DB pool connection error

I am using mongoDb with java. I am getting the following error while inserting data. Any help would be appreciated. …

java mongodb dbconnection mongo-java
How to connect to ORACLE DB without oracle client or tnsname

Is there any way to connect to Oracle DB without installing oracle client or using tnsname ? The application needs to …

c# oracle console-application tnsnames dbconnection
Code behind database connection

I want to create a database connection in my code behind. The code behind will then take all values of …

asp.net multidimensional-array database-connection code-behind dbconnection
Laravel Multi Database Connection Join table

Datebase 1 = db1 Database 2 = db2 I have two databases connection, I wanted to run a eloquent or DB which joining connection1 …

laravel laravel-5 eloquent dbconnection