This is not a bug.
I think that you can't use the Jdbc-Odbc bridge from linux for two
reasons:
1. Linux don't support Odbc.
2. Jdbc-Odbc bridge is not a net-driver (type 3 or 4 driver)
and you can use it only on local Pc.
bye
Stefano
[EMAIL PROTECTED]
On Thu, 1 Oct 1998 [EMAIL PROTECTED] wr
Hi fellows,
Does anybody know anything about how to use the java.lang.Runtime.exec
to call a Linux process/application from a Java application?
Thanks in advance
Stefano
Hallo,
I'm writing a Java server application which sends (via socket) an image
to an applet.
I'm trying to use
ObjectOutputStream out = new
ObjectOutputStream(socket.getOutputStream());
Image img = Toolkit.getDefaultToolkit().getImage("...");
out.writeObject(img);
in server side and
UNSUBSCRIBE
Hallo everybody,
I'm programming a Java application capable of sending queries to a
remote Informix database, via JDBC.
Does anyone know where to find JDBC net drivers (linux suitable) which
don't require a middleware server in order to reach an Informix
database?
Thanks in advance,
stf