0
votes
4answers
63 views
How to Improve Performance and speed
I have written this program for connecting and fetching the data into file, but this program is so slow in fetching . is there is any way to improve the performance and faster way to load the data …
0
votes
1answer
20 views
Ajp thread and HTTP thread in service state even after request completely served in browser
I am using Jboss 4.2.3 as Application Server, Hibernate 3.1 as ORM, Struts 1.3 for frontend.
We are using open session view pattern in this application. The application is currently
under …
0
votes
1answer
19 views
Terminating and Starting Data Connection on Windows Mobile 6.5 in C#?
Heys Guys!
Just got a rather annoyingly akward question :S
I want to create an easy application for windows mobile devices, i have recently got a HTC HD2 and the connection is being eaten by the …
0
votes
2answers
64 views
Local connection with Database
How do I connect my local client application with the database on the server?
I am using Delphi and MySQL.
0
votes
2answers
60 views
Unix C++ simple server question: sending data back to browser
Hi. I am creating a simple Unix server written in C++ that simply waits for incoming connections, and then when a connection is established, it sends the requested data back to the client's browser to …
0
votes
0answers
14 views
Using Java ApplicationModule to connect to Oracle Database
I'm working in JDeveloper and I need to connect to Oracle Database using the ApplicationModule interface.
So I set up the connection, imported the table and created a view. Then I created a new …
0
votes
3answers
35 views
javascript/dashcode: check for internet connection
i'm developing a widget that is fetching data from the internet via ajax and i want to provide a error message, if the widget cannot connect to the server. i'm doing the request with jquery's ajax …
0
votes
1answer
33 views
Connection string with relative path to the database file
Hi I am beginner. I load data from sdf database in winforms App. I use full path to the database file . Example :
conn = new SqlCeConnection
{
ConnectionString ="Data Source=F:\\My …
1
vote
4answers
42 views
Problem with TCPListener
I have some kind of problem and I can't check this at home if its working or not.
Here is the code
using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.IO;
…
0
votes
3answers
78 views
.net 3.5: To read connectionstring from app.config?
How to read connection string info from app.config file using .net api?
Platform is .net 3.5
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
…
0
votes
2answers
71 views
Rmi connection refused with localhost
I have a problem using java rmi:
When I'm trying to run my server, I get a connectException (see below).
Exception happens when executing the rebind method:
Runtime.getRuntime().exec("rmiregistry …
0
votes
9answers
80 views
Is it possible a long GC cycle is causing “Connection refused” exceptions?
We're seeing ConnectException with message "Connection refused" sporadically appearing at times when connecting to our Tomcat server. Could these be caused by long GC cycles?
(We're activating up the …
2
votes
2answers
60 views
Oracle connections where username has $?
I need help tracking something down, I'm getting several connections where in Enterprise Manager it says:
OS User Name: Example$ <-- Example is the machine name.
Terminal: Example
Machine: …
0
votes
0answers
5 views
How to get a new window by clicking each items in treewidget
Can you please send me the code regarding treewidget items ,the issue is when we are clicking the list in treewidget we have to a new window in right side,by clicking different list we have to get the …
0
votes
1answer
56 views
What is the use of TNS_ADMIN variable in Oracle?
Hi All,
Please tell me what is the use of TNS_ADMIN parameter in Oracle? I am working on Unix using oracle database.
Is this parameter is required to locate the sqlplus. I am executing a script in …
