Quote:
Originally posted by thedafna
hi
Did you downloaded from the informix web site the relevant classes?
did you imported the class to the java:
(import com.informix.jdbcx.*; - or something like that)
Dafna
|
I got an already downloaded package. Can you give me a link from where I can download the required classes ?
Yaa, I did import the class as
import com.informix.jdbc.*
Among the libraries I have I can not see the class IfxDirectConnection.class. Is it that I am using a wrong version. Or the method used it self is wrong.
As far as I know, in informix, if an application wants to connect to the database that is running on the same machine the client communicates thru' the shared memory interface, otherwise thru' the socket with the port specified in /etc/services. Interestingly the same application is running on a different windows machine.
sachi