Hello,
for some reason we changed the xserver's port on the db-server. It's working fine with ODBC (just change the port on the client). As the jdbc-driver (in an applet) cannot access the SERVICES file on the client an therefore uses the default port 7210. There are many JDBC-drivers for other DB-systems where you can put the portnumber into the connect URL.
It should be quite easy to add this to the driver: file: com/sap/dbtech/rte/comm/SocketComm.java method: openSocket line: this.socket = new Socket (host, this.lookupPort ());
Just parse the port number out of the variable 'host' and pass it instead of this.lookupPort ().
Daniel Dittmar
-- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org
_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
