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
33 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
12 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 ...
0
votes
1answer
56 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
0answers
45 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
31 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
1answer
20 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
0answers
64 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
17 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
52 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 ...
0
votes
2answers
32 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 = ...
0
votes
0answers
19 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
16 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
29 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
1answer
38 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
86 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
25 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
31 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, ...
0
votes
0answers
22 views

appengine, limit connection to cloudsql

I found out use django + cloudsql in a heavily used google app engine app (used 10-30 instances all the time) may cause some problems. The application itself is based on webapp2, I only used Django ...
-1
votes
0answers
25 views

perforce on vmware workstation can't connect to perforce [closed]

I'm running VMware Workstation 7.1 on a Windows 7 host. I also have a Perforce server running on this host and have no trouble connecting to it with P4V, locally. My problem is that I have a Window ...
0
votes
1answer
27 views

Unusual HttpHostConnectException on device

I am getting a really weird error. Trying to solve it nearly for 5 hours, but I'm hopeless now. I'm developing an android application that connects to localserver, and receive some data. I am using ...
1
vote
1answer
117 views

Rails Connecting to database specified by database.yml

I recently restarted POW. On reloading the Rails app I'm working on, it hung. Checking Rails' logs I get the following repeating every 5-20 seconds: Connecting to database specified by database.yml ...
0
votes
0answers
9 views

Android application connecting with Website and accessing website's database

I have a Java web application with a login page want to design this login page in my Android application. And also I need to access some datas from my web application's database(DB2) to my android ...
0
votes
2answers
139 views

Connect Android App to local MySQL DB using my Java library

I need help: I developed a web app in java, creating a library of functions that call to interact with the database from jsp. At the moment I'm developing android application that does the same thing ...
1
vote
2answers
24 views

How to access a query with a dependant range of cells

this function opens a connection to a an sql database, collects data and bring it back and copies it into cell O6 and onward. I have come into two problems. My first is i want to select a range of ...
-1
votes
1answer
20 views

How to check range of network connection in android

I am working on eCommerce android project where I need to check the network connection. If network is slow then I need to show messages accordingly. So if any one know then please tell me how I can ...
0
votes
0answers
5 views

Defective mysql connection getting the error : “Lost connection to MySQL server at 'reading initial communication packet', system error: 0”

I have a server which contains multiple websites, and for 2 days, none of them are able to open a connection to mysql. I touched nothing into the files. The results when we run a website is random ! ...
-2
votes
0answers
17 views

Hibernate custom connection pooling in Tomcat

I have to implement a customized hibernate connection pool inside the tomcat container. can anybody suggest me any logic? Thanks in advance.
0
votes
1answer
69 views

How to send data to and from ASP.NET 4.0 website and C# WCF (Web Service)

I am wondering - in my ASP.NET 4.0 website how to connect to the web service I have running? This is essentially what I would like to accomplish, for testing before I apply it on a larger scale. I ...
0
votes
0answers
40 views

Python access global instance of connection

I'm using a Velleman K8055 USB experiment board, which has a python module that I'm importing. For the K8055 to function properly I have to create an instance of the class within the K8055 module, ...
0
votes
1answer
19 views

Force authentification when connecting to Facebook app

To access my Facebook app i use : https://graph.facebook.com/oauth/authorize?client_id=<App ...
0
votes
1answer
48 views

Android HttpURLConnection: gzip compression

I can't understand what the documentation says about that. By default, this implementation of HttpURLConnection requests that servers use gzip compression. Since getContentLength() returns the number ...
0
votes
1answer
44 views

Error 401 while trying to connect to URL for reading xml

I'm trying to read an xml file via connecting to url and read the input stream, but i have an error "java.io.IOException: Server returned HTTP response code: 401 for URL: https://...." i handled the ...
1
vote
2answers
44 views

Getting error while connecting .dbf to c#. Error is External Table is not in the Expected format

OleDbConnection c= new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\\Folder; Extended Properties=dBASE IV;"); c.open(); OleDbDataAdapter da=new OleDbDataAdapter("Select * from ...
0
votes
1answer
22 views

draw lines to connect two shapes

How to design such function that user can use mouse to draw a line to connect two shapes? I'm using this module in wxpython : wx.lib.ogl. The doc for theses methods are brief and no good demo that ...
0
votes
1answer
30 views

Why do I keep getting error 500 (mySQL)? [closed]

I use the following php script: <?php error_reporting(E_ALL); ini_set('display_errors', 1); $link = mysql_connect('mywebsite', 'login', 'password'); if (!$link) { die('Could not connect: ' . ...
0
votes
0answers
22 views

Objective c: multiple connection to SQLite3 database

The link here says "Multi-thread" threading mode is safe for as long as not more than one thread makes use of a connection. My question then is, if I have 3 background threads, all writing to the same ...
1
vote
2answers
42 views

Execute code if page doesn't load

I want to create a code that reloads a part of the page every 10 seconds and if it fails to reload (because of connection issue), then it plays a sound. Is such thing possible using ajax and how? I ...
0
votes
2answers
67 views

Android connection with ASP.NET MVC4

I just created an MVC4 WebApplication. This application is using a database (created by CodeFirst) which contains the user info (aspnet Membership) and all the other info. I'm now trying to make an ...
0
votes
1answer
34 views

Hibernate session not working in spring

I have a very strange issue with Spring and Hibernate. I have everything configured, my database.properties, the hibernate.xml and datasource.xml as I saw in the tutorials, but connection isn't ...
0
votes
0answers
19 views

How to set the connectionManagement maxconnection programatically?

How do I set the maxconnection value programatically? This is the entry in my app.config. <system.net> <connectionManagement> <add address = "*" maxconnection = "100" /> ...
0
votes
1answer
66 views

Does everyone have device specific Bluetooth issues with Android, or just me?

I have been working on a app to connect to a speaker dock, and send data back and forth via bluetooth. On some devices my code works flawlessly. Other devices it will work about 80% of the time, ...
1
vote
0answers
71 views

using javascript to check internet connection

What I am trying to do is check for internet connectivity, and if it cannot connect it tries again a few times. The code I am using currently to check is found https://gist.github.com/fryn/943537, as ...
0
votes
0answers
30 views

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_STRING or T_VARIABLE

I am having a problem while setting up my database file please help me. I am testing a filehosting script here at http://toorhamza.host56.com/ and I get this error when opening my website Parse ...
2
votes
1answer
41 views

Find statements related to a Connection

I am developing on a big application which uses a Connection Pool and has lots of classes using its connections. Recently we had some issues because some classes were not closing the statements before ...
1
vote
3answers
44 views

class not found com.mysql.jdbc.Driver jdbc when tying to connect to a Mysql Database

I ' m developping a web application in java where i m trying to connect to a MySQL database using JDBC template ( with springs dao) but i always get : SEVERE: Servlet.service() for servlet ...
0
votes
0answers
23 views

wimax client can not ping the base station

I have a problem with Beceem wimax dongle on linux (ubuntu 12.04). The driver has been installed successfully and can detect the signal sent from the base station. But the question is that the client ...
0
votes
1answer
13 views

Sending email to same/different domains

I am doing a Networks course and as I was reading about SMTP I thought about the following matter: If a user sends an email to user1@example.com, user2@example.com, user3@example.com, does it take ...
0
votes
0answers
26 views

QuickBooks Merchant Services QBMS connection ticket subscription callback URL not called on CentOS 6.3 Apache 2.x due to SSL misconfiguration

This fix applies to Centos 6.3 Apache 2.x using virtual hosting when the QuickBooks Merchant Services connection ticket subscription callback script is not called upon a connection request, and is the ...
0
votes
1answer
25 views

Bluecove : restart bluetooth stack programmically

I'm trying to close bluetooth service, but Bluecove has bug on Connection close method (https://code.google.com/p/bluecove/issues/detail?id=90) and I am trying to do some workaround to restart ...

1 2 3 4 5 66