A database connection is a facility that allows client software to communicate with database server software, whether on the same machine or not. A connection is required to send commands and receive answers.
0
votes
1answer
15 views
Possible solutions for a SQLNonTransientException
I am very new to database connections with Java and am having a difficult time connecting to the database I was provided. So far I've learned that installing the correct DB2 drivers may have been an ...
-2
votes
1answer
20 views
Quick way to connect to a remote MySql Database in Java [closed]
I wanted to connect to a database from within a Java-based framework. This essentially involves writing code to connect to a database. However, I cannot modify any build.xml file or so such as in ...
-8
votes
1answer
47 views
C# Connecting to Oracle data base
How to connect to a Oracle Database in C# ?
I need a code with comments explaining it.
I don't want to add the base throw DataSet in Microsoft visual studio... I need to make calls to server with ...
0
votes
0answers
11 views
connecting to php flash builder error
I'm getting an error in flash Builder when I'm trying to connect to PHP either on my localhost or webhost that says "unable to connect to database using specified connection information" and at the ...
0
votes
4answers
40 views
Connection to Oracle Database with Java
I can't connect to my Oracle database server. This is the code :
import java.util.*;
import java.sql.*;
import java.io.IOException;
public class Knigi {
public static void main(String[] args) {
...
0
votes
0answers
3 views
Form Redirect to avoid leads360 database success page
I have created a form that submits to a database. After the user hits submit, it sends the user to a page controlled by the database that I don't have access to edit, it just says "success!" on it. I ...
0
votes
2answers
24 views
pdo connection position in php class
I'm using PDO now and I have a number of classes.
Every time I use a class, I don't always use its database-related functions. Sometimes I keep using a class until at the end I might do some work ...
0
votes
1answer
21 views
Unable to connect to SQL server 2008 [closed]
I am not able to connect to SQL Server. It is showing the following error:
Additional information:
A network-related or instance-specific error occurred while establishing a connection to SQL ...
0
votes
0answers
13 views
Mysql Bulk Connections Solution
I have installed Mysql 5.6 On linux Operating System CentOS
My Configuration in my.cnf are
[mysqld]
max_connections = 50000
max_connect_errors = 50000
max_user_connections = 0
max_allowed_packet = ...
0
votes
1answer
14 views
Apache running MongoDB and PHP
I'm using XAMPP in my Mac OSX. I've installed mongodb and copied the .so file into xampp plugins folder. My phpinfo() of the page shows that MongoDB section which is installed.
After i start Apache ...
0
votes
1answer
19 views
how to properly close and open a hibernate session
I have the following method that inserts a large batch of records every few seconds. After some time of running I get errors like the following:
ERROR: Communications link failure
The last packet ...
0
votes
1answer
18 views
Tracking down a distributed tranaction error
How can I track down the distributed trans error? Are there any ways to determine all connections are still open? I need to find the transaction that wasn't properly closed?
I'm getting an occasional ...
-3
votes
2answers
50 views
PHP Database Connection File
I am trying to create a database connection file so that multiple pages will have a constant connection to the database. I am trying to understand why one set of code works as far as linking to the ...
0
votes
1answer
33 views
Connection to database
I am having trouble configuring my connection. I have a getConnection method that looks like this: protected function getConnection(){
$mysqli = new mysqli('xxxxxxxxx', 'xxxxxx', 'xxxxxx', ...
0
votes
0answers
9 views
MATLAB 7 not connecting to MYSQL through database toolbox
I am using MATLAB Version 7.10.0.499 (R2010a)
Java VM Version: Java 1.6.0_12-b04 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
When i attempt to open my database toolbox to ...