Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the command line options of IsqlApp?

Command line Options
0
Posted

What are the command line options of IsqlApp?

0

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.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123