Refers to a web, database, or web service (API) connection used to transfer data between two endpoints.

learn more… | top users | synonyms

0
votes
0answers
17 views

FTP Server data connection and multithreading

I am writing an ftp server in c++ and I am really not sure how to do certain stuff even after reading a few articles on the internet. I have problems with the data connections and multithreading. This ...
0
votes
0answers
26 views

selecting data stored in a table form mysql and displaying into new table

I don't understand how to get this done using PHP. Please have a look at the tables below and guide me. the card has $ 8 credit the tab A is already populated with data and stored in PHPmyadmin. ...
-3
votes
1answer
45 views

Using C# to test internet connection on a remote Server [closed]

Is it possible to write C# code to test internet connection on a remote server? For example, if I were doing this using powerhsell, I would do this: Psexec \\MyWebServer ping www.google.com ...
1
vote
1answer
29 views

PHP cURL multi handling causing random connection issues between servers?

I have a website that tracks individual player's data for an online game. Everyday at the same time a cron is run that uses cURL to fetch each player's data from the game company's server (each player ...
1
vote
2answers
22 views

Sometimes have to wait long till exception is being thrown by HttpClient.execute()

I'm using HttpClient to connect to my webservice. I want to implement a simple check if app could connect to this webservice. If not, I want a specific message to appear. This is how I try to achieve ...
0
votes
0answers
9 views

poist via open graph fail

i'm tried topost via opengraph by using request.executeAsync() but sometimes(very low rate) i get response : {Response: responseCode: unknown, graphObject: null, error: {HttpStatus: -1, errorCode: ...
0
votes
0answers
24 views

PG::Error EOF detected on Heroku Cedar, rails 3.2.11

Having experienced a few periods of downtime, we've recently upgraded to a production environment in Heroku (Crane database plus 2 x web dynos) however we've seen no improvement. In fact reliability ...
0
votes
1answer
16 views

Android custom Array adapter and database connection

I couldn't find any solid information regarding this so here it goes; I am using information from SQLite db in my array adapter to show/hide a view. Array list data comes from file system and ...
1
vote
0answers
24 views

Roving Networks RN240 Bluetooth Adapter - AT Command Get Connection Status (GK) Returning “4”

We have a custom embedded device that uses Roving Networks' RN240 bluetooth adapter on an RS232 port to communicate with another device via bluetooth. It is working well, but I am attempting to ...
0
votes
1answer
22 views

HSQLDB caching too aggressively?

In my application, I need the ability to close all HSQL connections, delete the database files, and then open new connections that create a new database. I am using CACHED tables on disk. What I am ...
0
votes
1answer
27 views

Vagrant refuses to connect in private_network mode [closed]

I have set my Vagrant (1.2.2) VM running VistualBox to :private_network and I have started a Sinatra server on it. However I am not able to connect to that Sinatra instance. However the VM runs and ...
1
vote
0answers
26 views

using the mysqli_connect() for php

I am writing code for PHP / MySQL for my website. I have it setup where $connect = mysqli_connect("HOSTNAME","username","password","Database"); the content above is replaced. When I have it on my ...
0
votes
4answers
40 views

How to connect an android app to a remote database?

I've been doing my own research but to no avail. I am doing an android app which contains listviews and it needs to query data from a remote database. I would really appreciate it if someone could ...
0
votes
1answer
21 views

Connection refused on client and server, both are on MAC

I am using Mac book and having client and server running on same machine. Server opens socket whenever it has to send command to Client. Problem is Client opens socket at startup but whenever server ...
0
votes
0answers
17 views

Using VS2010 Data Connection Tool for Users

since the code for this small ui is free, I'm trying to use it for a connection test tool. Its working not bad, but unfortunately, it just builds the standard connections. I add all, which can be ...
1
vote
0answers
11 views

connection re established in Service class

I have created a chat application. My Service has a connection which I used in my application. when an incoming message arrives then it proves that Service class's connection with the server is alive. ...
0
votes
0answers
14 views

Detect what network the network card is connected to

I need a way to find out what network the network card is connected to so I can change proxy settings according to what network I am connected to in WPF C# 2010. any suggestions??
0
votes
0answers
6 views

Function to get bytes in & out for an active connection

I'm trying to build a connection table that shows all active connections but i can't find an API function which returns bytes in and bytes out for a single connection. Is there any? GetTCPStatisticsEx ...
0
votes
0answers
5 views

Minicom no cmd on start up

I am using minicom in cents to try to connect to a cisco router. I did the configuration with minicom -s changed the serial port to the appropriate one /dev/ttyS1. Saved as dfl. and Exit. When ...
-1
votes
1answer
10 views

raspberrypi shuts down when network connection removed [closed]

I have setup my pi, initially with DHCP and later with static ip address, I find that the os shuts down when I remove the network connection? Whats going on here? Have I failed to understand something ...
-6
votes
0answers
17 views

ANDROID JAVA; HTTPS send data within the url, recieve JSON response [closed]

I'm programming in java for android a piece of code that submits data directly to a https server through the url: ...
1
vote
1answer
45 views

java connection class, passing string from servlet

I am developing a web application using JSP and Servlets.(Database: Oracle10, Container: Glassfish). I have developed A Class for creating connection. (Conn.java): public class Conn { private ...
0
votes
0answers
18 views

Android Bluetooth Can't Connect using createRfcommSocketServiceRecord

I already managed to get it working using this method at android 2.3.3 version, but now I am testing using another device with 2.2 version.. And I can find many devices using discovery, but can't ...
0
votes
1answer
31 views

Java External MySQL Database Connection

I have a Java application that requires a connection to an external MySQL database. However, we have a restricted list of ip addresses that are able to log into the computer.The issue is one of our ...
0
votes
1answer
18 views

Check connection time out, preferable check using long elapsedTicks or DateTime elapsedTime?

TCP server send data to buffer and MainForm receive data from buffer and do some processing I have a parameter to check the time on lastDataReceive (from TCP) on the buffer. I also have a paramter ...
0
votes
1answer
32 views

Cant pass mysqli connection to class

I am trying to pass an mysqli database connection to a php class. The code I have so far (cut down for simplicity) is as follows: db.php $db_host = 'localhost'; $db_name = 'dbname'; $db_user = ...
0
votes
1answer
23 views

Deleting websocket connections in JavaScript with NodeJS

#!/usr/bin/env node var WebSocketServer = require('websocket').server; var http = require('http'); ...
1
vote
2answers
27 views

Database Connection Error DNN 7

i am really frustrated from this problem, i am trying to install DNN 7 in windows server 2008, i follwoed the steps in DNN site for installation, but when i run installer wizard i am getting ...
1
vote
1answer
33 views

How do I reference a tiny_tds connection in ruby/sinatra via database.yml (or other)?

I'm trying to figure out how to pull data from a database without the need to place a connection string at the top of each ruby file. I'm learning the basics of ruby via a little Sinatra app I'm ...
0
votes
0answers
16 views

Identify network problems during ajax request with JQuery

I have a question about JQuery.ajax request. In a nutshell I have an ajax call like the following one: $.ajax({ url: <MY_URL>, type: "POST", data: <MY_DATA>, ...
1
vote
1answer
25 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
0answers
26 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 ...
0
votes
0answers
29 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
43 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) { ...
2
votes
2answers
35 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
30 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
16 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
1answer
26 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 ...
0
votes
0answers
25 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
1answer
18 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. ...
0
votes
3answers
76 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
31 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
14 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 ...
-1
votes
1answer
29 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 ...
-2
votes
0answers
29 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
1answer
44 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, ...
0
votes
0answers
16 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
1answer
10 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
2answers
34 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
0answers
38 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 ...

1 2 3 4 5 67