0
votes
1answer
20 views
http connection reuse
I would like to better understand how .Net http connection reuse works.
When I use HttpWebRequest to send something to some server twice from the same appdomain, is the connectio …
1
vote
2answers
36 views
How to check network connection type in Blackberry?
Hi All,
In Blackberry application I want to check what type of network connection is being used on particular phone, whether it is BES/MDS,BIS-B or Direct Tcp.
Is there any way to …
0
votes
2answers
31 views
Using a schema other than ‘dbo’ in LinqToSql Designer
Is there a way to specify in a data connection or the LinqToSql Designer a schema?
Whenever I go to setup a data connection for LinqToSql there doesn't seem to be anyway to spec …
1
vote
4answers
43 views
PHP - MySQL connection not working: 2002 No such file or directory
I tried to use WordPress, and it would never work. I have apache and mysql running, the accounts and database are all set up, there are no typos. So I tried to make a simple connec …
1
vote
0answers
17 views
SQL Agent Job - Connection may not be configured correctly or you may not have the right permissions on this connection?
I'm getting this error when running an SSIS package through SQL Agent
Failed to acquire connection "ORACLE ADO.NET". Connection may not be configured correctly or you may not have …
1
vote
2answers
46 views
How to close a TCP connection by port?
Hi,
I would like to close an existing connection between to application running on my server.
If you have a suggestion please reply on how to program this, you will be appreciated …
0
votes
0answers
22 views
how to connect sharepoint content database to my web part application?
Hi all,
I am developing the web part that will show the chart.but for that MS chart control we need the datasource of sql server.now i have designed some infopath forms & deplo …
0
votes
0answers
17 views
Persistence.createEntityManagerFactory() in J2EE ignores jta source
I have a perfectly working application client deployed to a glassfish v2 server inside an ear with some EJBs, Entities, etc. I'm using eclipselink.
Currently I have in my persiste …
0
votes
2answers
22 views
Windows 2008 Remote Desktop Connection Multiple Sessions
Hi all,
Does anybody know how to adjust the number of RDC sessions for a specific user in Windows 2008 Server?
Would really appreciate it!
Thanks a million!
0
votes
0answers
17 views
Connection Time out Expire [closed]
From Web Service Connection Time out Expires......
Pooled Connection Not Working......
0
votes
2answers
76 views
Connecting to a MySQL database.
How do I connect from Java to a MySQL database? The Java is run on a local machine while the Database is on a server.
0
votes
2answers
29 views
long running http connection never gets response back
I am making an http request which ends up taking more than 8 mins. For me, this long running request work fine. I am able to get a response back to my browser without any issues. ( …
1
vote
1answer
47 views
Problem connecting to database using Oracle.DataAccess
The DBA at my company created a new user/password for an application I am working on. I tested the login using SQL Developer and can connect to the database just fine - all the tab …
0
votes
0answers
12 views
writing memcached connection using pecl based memcached extension
I am actually thinking to start using memcached in my php code,
http://us3.php.net/manual/en/book.memcached.php
while I searched in google, I find memcache based examples, but no …
0
votes
1answer
23 views
mysql_connect connection lifetime
What happes when the scrip that made @mysql_connect($server, $user, $password) dies?
How long does it live?
Thank you!
