Re: Where is sun.jdbc.odbc package?

1998-10-01 Thread Stefano Fratini
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

about exec

1998-08-31 Thread Stefano Fratini
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

sending image

1998-08-11 Thread Stefano Fratini
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

(no subject)

1998-07-16 Thread Stefano Fratini
UNSUBSCRIBE

help: JDBC for Informix

1998-07-02 Thread Stefano Fratini
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