This works for me at least:
jdbc:informix-sqli://host:1540/db:informixserver=3Difxserver
/Anders
-----Original Message-----
From: mihha [mailto:mi...@in...]
Sent: den 24 oktober 2002 16:22
To: squ...@li...
Subject: [Squirrel-sql-users] Help with Informix needed
I am able to connect to my Informix database with following code:
java.sql.Connection conn;
Class.forName("com.informix.jdbc.IfxDriver");
conn =3D
java.sql.DriverManager.getConnection("jdbc:informix-sqli://disko:1540/ht
racu
ni:INFORMIXSERVER=3Ddiskotcp;user=3D<user>;password=3D<password>");
Can someone explain me what I have to put in URL textbox of alias for my
connection. I have tried everything but
all I get is message box with java.lang.NullPointerException error
Thanks,
Igor
-------------------------------------------------------
This sf.net email is sponsored by: Influence the future=20
of Java(TM) technology. Join the Java Community=20
Process(SM) (JCP(SM)) program now.=20
http://ad.doubleclick.net/clk;4729346;7592162;s?http://www.sun.com/javav
ote
_______________________________________________
Squirrel-sql-users mailing list
Squ...@li...
https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
|