Refers to a web, database, or web service (API) connection used to transfer data between two endpoints.
0
votes
4answers
3k views
navigator.network.connection.type returns null instead of Connection.NONE
For some reason the Phonegap connection API returns null
function checkConnection() {
var networkState = navigator.network.connection.type;
alert(networkState);
var states = {};
...
1
vote
1answer
19 views
VBScript and AD connections
Do you know if there are any issues opening an AD connection 3 times in a script? I’m building an HTA application for user terminations which is composed mainly by VBScript:
Sub Confirmation
-> ...
0
votes
3answers
5k views
Check Mysql DB for username and password C#
Been having problems with this for a couple of days. I'm working on a login screen with a simple username and password, and having everything store in a database. Pretty much I need to to check to see ...
0
votes
0answers
21 views
ObjectInputStream Blocking socket external ip madness
When I initialize my objectinputstreams, after I have initialized and flushed by objectoutputstreams, I get this:
Client:
java.net.SocketTimeoutException: Read timed out
at ...
5
votes
3answers
2k views
How to keep a TCP connection established indefinitely?
I need to keep a TCP connection established indefinitely (as far as possible). Is not an own server so we cannot change the way it works. This server needs some kind on ping each minute to know that ...
2
votes
1answer
63 views
hibernate closing connections or not?
My code is below. Possibly I am using it many times in similar manner, i.e in simple words, I am managing the session and transaction this way:
List<Login> users= null;
try{
...
0
votes
0answers
28 views
Dreamweaver PHP connection vs. My manual connection?
I have seen what Dreamweaver (I am using CS6) can do for PHP development, and find it to be a great help. I am trying to understand how to work with files that I have hand coded and created a database ...
-2
votes
1answer
38 views
How can I call my connection variable from another class?
private static Connection conexion() {
try {
//Cargamos el Driver MySQL
conexion = DriverManager.getConnection(server, user, pass);
} catch (Exception e) {
...
0
votes
1answer
12 views
Connection for controluser as defined in your configuration failed. on iis7.5
i have installed the phpmyadmin on iis7.5 server8
my config.inc.php is
`
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual ...
1
vote
2answers
23 views
sharing a JDBC Connection object between other objects
I have created a Database class which uses a static connection object in order to be used in common between instances of itself. my question is that is there any problem with this approach or not?
...
0
votes
0answers
16 views
Dynamically change the ServerDB name in SSIS connection manager
We have a few 100's of SSIS packages in our environment. Last night we moved our database from one server to another and renamed it. We now need to go into all of packages and change the connection ...
1
vote
1answer
7 views
Redis server reports Reading from client: Connection reset on amazon ec2 c1.medium instance
I run redis2.4.16 on ec2 medium instance, the persistent is standard ebs, and i checked the redis log , found there is some log report "Reading from client: Connection reset " occurs every few hours, ...
0
votes
0answers
14 views
Android FTPclient: The download abort takes a long time
I want to abort FTP download, via Abort button. I do not know how to stop long operation: retrieveFile . I have tried abort() but it takes a long time, aslo disconnect() will throw IOException error ...
0
votes
2answers
30 views
Check network connection via Firefox Extension
Is there a possibility to check the connection to the network in a Firefox extension?
I just want to know if the user is Online or Offline.
I've already tried navigator.online, but it doesn't work.
...
0
votes
2answers
23 views
MySql connection in C#
i was making a simple windows application form, to register some people in a database, so i made a connection class there is it:
public void Query_send(string cmd)
{
String config = ...
3
votes
7answers
8k views
Check internet connection in ANDROID
Hello I have application based on data retrieved over internet...
How can I handle my app in case there is no connection available?
I can detect connection with
ConnectivityManager cm = ...
-1
votes
1answer
28 views
what happens in android if you lose connection in mid download?
Please do not down vote, this is a sincere question, and I have searched online and not found anything. I seem to be getting corrupt files, and I need to know if this is a possibility, and make sure I ...
8
votes
4answers
3k views
Is rollback needed if java.sql.Connection#commit() throws exception?
According to JAVA documentation, Connection#commit() can throw SQLException. My question is whether or not a rollback should still be issued in this scenario.
For example:
Connection con = null;
try ...
0
votes
1answer
13 views
connecting databases using Mongoose.js createConnection()
I have two mongo databases that I am connecting with using mongoose.createConnection(); I'm keeping an dbIndex.js file were the connection is made and the conn.model('model', schema) is initialized. ...
3
votes
1answer
40 views
Optimizing database performance for java server
I have a live java server. It has a DatabaseManager class for database connection, operation and closing. But there are a lot of database activities going on (even more than 50 clients simultaneously ...
0
votes
3answers
55 views
Keyword not supported in Connection String: 'database'
Very new to C# and VS2012.
I'm trying to connect to a local database connection.
Here is the code
string selectSql = "select * from Tasks";
string connectionString = "Data ...
0
votes
1answer
26 views
Test Internet Connection Android
anyone of you can help me?, Wish I could do a test to verify internet connection, I dont want check network state, because it only detects if I have activated internet on my device, y yo quiero ...
-1
votes
0answers
10 views
Importing Access VBA not accepting strings for source files [closed]
I have a strange problem with Excel VBA. I have programmed a spreadsheet to pull custom queries from various Access databases. I used the data connection wizard to go through MS Query to obtain the ...
0
votes
1answer
26 views
Bluetooth secure vs. insecure
I have been playing around with the bluetooth options on android, and found an app that gave two connection options (secure and insecure).
I tried to find some information about it on the internet, ...
1
vote
1answer
949 views
HttpClient How to set Connection Timeout in individual GetMethod
In my web application I have a global static HttpClient that is used in many parts of the application. It is created like this:
MultiThreadedHttpConnectionManager connectionManager = new ...
-2
votes
0answers
28 views
Unable to visit any website, but Skype works [closed]
I am unable to visit any website using any browser. But Skype is working, so that means im connected to the internet. But when I ping google.com at the terminal, it returns to me unknown host. But ...
0
votes
0answers
10 views
ios 6 json depending from the bandwidth the connection will be loss during preparing the data for export
I'm using a JSON REST Serve that i have implemented using Delphi
and I'm transferring the Data from our ERP-CRM to the iPad.
So My Question If i have an amount of data so that the Json File is ...
0
votes
0answers
5 views
Has anyone else had MINA shut down a connection after writing to the session?
I have a MINA program that uses NioSocketConnector (client) and NioSocketAdapter (server). Both of these work except when the NioSocketConnector needs to write a response back to the server. When I ...
0
votes
0answers
26 views
pyodbc connect to database twice and failed
I'm trying use Python and pyodbc to access SQL server 2008. The first connection works. Then, after the program finishes its job, it closes the connection. When the program tries to access the ...
0
votes
0answers
29 views
SQL change static connection string if there is no connection
I have static class, which return connection string like:
public static string cString()
{
//(...)
string connString = String.empty;
//check if it have to read connString from file or ...
0
votes
1answer
40 views
using powershell 3 to connect to MYSQL DB
I've been scouring the internet for guides on how to do this, and most seem to tell me to do exactly what I'm doing already. All I'm trying to do is connect to a mysql database and retrieve a name ...
0
votes
1answer
16 views
my openConnection() is giving connection refused error
I am writing one application which needs to connect to the url specified.I am getting ip address for the url http://gmail.com
When I call openConnection on this url It is giving connection refused ...
0
votes
1answer
124 views
When data connection is lost while a call is started on CDMA?
I have an application that works while a call is made. Sometimes I need data. If I'm on a device with CDMA network and there is no WiFi I'm loosing the "data" from the network operator. I know that is ...
0
votes
0answers
9 views
How to delay setting db connection until controller method is called in Cake 1.3.15
Taking over someone else's CakePHP project and have run into a problem where the database connection can not be configured until a controller method is called. The reason it can't be determined when ...
1
vote
3answers
51 views
phonegap connect to a php on a server
Hello I am doing an App that get some information and trys to connect to php located on a server.
here is the code:
<!DOCTYPE HTML>
<html>
<head>
...
0
votes
2answers
26 views
MarkLogic localhost connection not accepted by remote device or resource
Once the MarkLogic service started, I tried to connect to localhost:8001.
I was prompted to request for student/developer/express license. I requested developer license and obtained it. MarkLogic ...
0
votes
0answers
29 views
iOS 6 peripheral disconnect immediately after connected
OK, I'm using Core Bluetooth to connect my i-Pad to another BLE sensor.
I scan and detect it easily but when I want to establish a connection, the "did connect peripheral" method is only called during ...
0
votes
2answers
267 views
Strange behavior of mysql_connect in PHP
This is how a connection is created to MySQL server at localhost
$Connection = mysql_connect("localhost","root","");
But MySQL seems ignoring my username and password, even if I create the ...
0
votes
0answers
53 views
Connection between windows and linux machine via socket in c++
I have got a problem at connecting a Windows socket code with a Linux socket code. There cant be a connection established. I use Windows 7 and my Linux machine runs with Ubuntu. If you take the codes ...
0
votes
0answers
12 views
Check internet connection on firewall android
I'm testing this code I've found to check the connection to interent but for example in my country, when it comes to data usage limit (eg the download is about 100MB passed) the internet is still ...
0
votes
0answers
46 views
Android check internet connection when 3g is available but not accessible
I've been looking for help on the other questions, but can not find something, while in a review activity need internet connection, even with activated 3G but can not connect (have exceeded data use ...
4
votes
8answers
107k views
Setting up connection string in ASP.NET to SQL SERVER
I'm trying to set up a connecting string in my web.config file (Visual Studio 2008/ASP.NET 3.5) to a local server (SQL server 2008).
In my web.config, how and where do I place the connection string?
...
0
votes
1answer
26 views
Connecting via JDBC to OpenEdge in Talend
In "Talend Data Integration" I want to create a connection using JDBC to a Progress OpenEdge database. I have no experience whatsoever with this type of connection.
My ODBC-connections to the same ...
0
votes
0answers
52 views
Phonegap Build: connection to external database
How can I connect a database hosted on an external server to Phonegap Build and be able to show/edit/create new content?
I´ve already searched a lot but most of the topics refer to the Phonegap, not ...
0
votes
0answers
18 views
database connection to SQLServer hanging in socketRead0
I am trying to connect to my companies remote database SQLServer
I try this using the app, and squirelSQL and both hang and have to be killed.
When i use these parameters in SQLServer manangement ...
0
votes
0answers
15 views
Objective C Daemon run not avery time will launch
i have create a Daemon that search all USB storage connectet with my MAC an then control all Serial number for send a HTTPRequest to a local server.
+(NSMutableArray*)impelemntazioneInterfaccia{
...
0
votes
1answer
28 views
How to manage MySQL Connections properly?
I am working on a server-application written in java.
There are up to 30 client requests per second, for every request a specific mysql table entry gets updated.
All the server threads use a single ...
0
votes
0answers
16 views
nusoap wsdl connection error but in telnet test everything is OK
I use nusoap to connect to an URL,
But I cannot connect and I didn't get any error in $soapclient->getError() .
I can connect to that URL via SSH commant and telnet, that URL show an XML data on ...
0
votes
0answers
25 views
use an xml file as a datasource
How can I use an xml file as a datasource for my database.
I user the code below, but it always throws NullPointerExeception.
try {
dataSource = (DataSource) new ...
0
votes
1answer
30 views
pdo query only works the first time
I have searched and searched, but can't find what I'm doing wrong, so here's my first StackOverflow question.
I am attempting to make a query to my entity table to get information about my entity, ...



