What are the command line options of IsqlApp?
If you have a machine named ‘hostname’ on your network, and ‘hostname’ is running a SQL-Server that listens on port 1234 (the ‘query’ entry in the interfaces file under your server), and this SQL Server has a user ‘guest’ with password ‘guestpwd’, then: % java IsqlApp -S jdbc:sybase:Tds:hostname:1234 -U guest -P guestpwd would get you connected. Run ‘java IsqlApp -help’ to get a full description of the command-line.