connection

java form connections

hi i am new to Java i developed many forms but i am unable to connect those forms please any one tell me how can connect one form to another form for example after login screen my application form should be open ...

SQL connection performance

I am trying to load the tomcat log of combined pattern to MySQL db,now I push each record to db when it is parsed. First,read a line from the InputStream, then parse it to a LogItem which is used to wrap a log record, then Using the MySQLDbManager to insert the record to db, MySQLDbManager hold a reference of a database connection po...

2 modems & 2 GPRS connections simultaneously on Android?

Hi. I will develop on an Android device with 2 USB 3G modems plugged in. I require 2 GPRS connections to be available and used at the same time. How can I manage this? What is the best start for implementation? Thanks. ...

nhibernate 3.0 Oracle connection through ODP.NET

Can someone tell me whats wrong with the nhibernate config below? Using the latest ODP.NET version. <hibernate-configuration xmlns="urn:nhibernate-configuration-2.2" > <session-factory> <property name="connection.driver_class">NHibernate.Driver.OracleDataClientDriver</property> <property name="connection.connection_string">DA...

Different server addresses and client address

Server has couple of ip addresses (let say 1 and 2) iface eth0 inet static address 1.1.1.1 netmask 255.255.255.0 addresses-test 1.1.1.2/32 Address 1 is default and all applications use it. How can I change connection address for my applicaton? For example, app1 connects to serverX and serverX see client ad...

Eclipse helio update site could not be connected

Hi, I am using Eclipse helios. When I try to use the update it could not connect to the update site giving error, Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Unable to read repository at http://download.eclipse.org/releases/helios/content.xml. Permission denied: connect I am using Widnows vist...

How to connect and use Firebird db embedded server with Visual C# 2010

Hi all I was trying to use Firebird embedded server with Microsoft Visual C# 2010. so here is what I done till now: 1- Downloaded Firebird .Net Data Provider (Firebird Client v2.5.2). 2- Downloaded Firebird Embedded server (Firebird Embedded Server v2.5.0). 3- Added a reference to FirebirdSql.Data.FirebirdClient.dll to my project. 4-...

What are instance connection and service connection in Oracle?

I am configuring a WebLogic app server. I am unclear about what is an instance connection and what is a service connection. Also, in my SQL Developer, when I make a new connection, it asks for either an SID or a Service Name. What are they? ...

connection from my program to the server using XAMPP server and actionscript program in flex ?

i have the following code ] connection.objectEncoding = ObjectEncoding.AMF0; connection.connect("http://localhost/test/test.php"); var responder = new Responder(recvdata,recverror); connection.call("test.test",responder); but no connection established what is the reason behind not know help required and one more thing XAMPP is insta...

ODP .NET TNS:no listener

I'm currently trying to connect to an Oracle database. I can connect fine on my development machine, but when I deploy to my Win2k3 sp2 server I get the following error. Faile to open connection... Oracle.DataAccess.Client.OracleException ORA-12541: TNS:no liestener at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 err...

Android: UTF-8 encoded HTTP response to String

Hi I am trying to convert a UTF-8 data to String. The UTF-8 data is obtained by HTTP connection. My problem is the converted String does not display UTF-8 Characters properly. Here is my code {extra bits removed } URLConnection urlconn = url.openConnection(); httpConn = (HttpURLConnection) urlconn; httpConn.connect(); InputStream in= ...

C# connect to URL which gives a xml document

How can I in C# call a URL which gives me a xml file, and then process that xml file for example for parsing. ...

Chrome and Firefox will not work after putting computer in standby ?

Howdy, This is not a programming question; but I am at my wits end and was hoping people wouldn't mind me asking for help here, sorry if this is a problem! I just found the people on this website are generally so helpful and knowledgable that I was hoping that somebody would be able to help. I have a quite peculiar problem that I canno...