0
votes
3answers
31 views
Difference b/w connecting to SQL Server from ASP.net and Desktop application?
-What is difference between connection to SQL Server from ASP.net and Desktop application?
Why purchasing a Client Access License (CAL) for every device that accesses your server …
1
vote
3answers
47 views
[C#] What is the correct way to close a TCP connection
I have a TcpClient object which sends some data to server, using its underlying NetworkStream.Write().
Therefor, I have:
TcpClient server = new TcpClient(serverName, 50001);
/* . …
0
votes
1answer
27 views
SQL Server single user mode
Im experiencing an issue with a production server. I can connect to the server from only one program at a time. Eg, when I connect from SQL Management Studio then nobody else can, …
0
votes
1answer
13 views
Any other way to redirect a connection to custom ip/port?
Hi,
I need to redirect a connection from a game to my custom ip/port. I know that it can be done via detours, or modifying the host file, just wondering if there is any other way? …
1
vote
2answers
20 views
how to Sort out Mysql odbc connection strings stored in registry as plain text
Mysql odbc connection string is stored in the windows registry as plain text. So someone can find it and view my database.
How can I sort out this security problem.
thanks
0
votes
1answer
23 views
Setting up tomcat + ssl failed.. cannot connect to SSL channel?
Hi,
I'm trying to get Tomcat 6.0.20 working with SSL authentication. I used keytool to create a new certificate, put it into my user dir, and set the tomcat authentication to this …
0
votes
3answers
29 views
Connecting to a MySQL database with C# express via ODBC
Hi,
I need to connect to a MySQL database via C# express 2008. I think I got the code right apart from the connection string. I obtained this code from a forum but the connection …
-1
votes
2answers
12 views
connection time zone issue with jOra eclipse plugin
I started using the jOra eclipse plugin. The plugin seems pretty robust and I'm hoping to stop using SQLDeveloper for 95% of my database needs.
Many of our tables have columns …
0
votes
1answer
19 views
How to specify a baseDN when connecting to LDAP via python?
I want to connect to a ldap server with python-ldap using a specific baseDN.
import ldap
baseDN="ou=unit,o=org.c=xx" # doesn't work
#baseDN="" # works
host="ldaps://test.org.xx: …
0
votes
1answer
19 views
Connection refused to s3 storage
Hello everybody,
I m trying to upload a file through attachment fu to amazon s3 storage using the following code :-
has_attachment :storage => :s3,
:content_t …
1
vote
0answers
25 views
Java Windows Mobile Application Taking Too Long To Reestablish Network Connectivity
We have a Java application running on the JBed JVM on Windows mobile 6.1.
When it loses connectivity the application is taking a long time (8 - 10 minutes) to re-establish VPN net …
0
votes
4answers
63 views
Help Socket Programming
Hi All
In my application I fetching the updated data in every 25 second…
but some time my application crashes while fetching the updated data..
to resolve this we are planning to …
0
votes
1answer
27 views
Juggernaut-like engine for .net?
Does anyone know of an engine for .net that provides realtime server connection like Juggernaut for Rails? Preferably open source.
1
vote
3answers
61 views
HTTPS requests and multi-threading
Is Java's URL class a thread-safe, in particular URL.openConnection()?
In my application, I make tens of concurrent HTTPS connections a second to the same URL, and I would like to …
0
votes
1answer
14 views
CoverageInfo.getCoverageStatus() vs CoverageInfo.isCoverageSufficient(), are they the same?
In trying to determing a if a specific connection is supported, I'm cofused about the difference between CoverageInfo.getCoverageStatus() and CoverageInfo.isCoverageSufficient(). F …
