I am using Ubuntu and I want to connect to a sybase IQ server (remote) from my client machine ,I tried installing/using sqlanydb according to sybase documentation, but i don't see any parameter in sqlanydb.connect() related to IP of the sybase server. I think this routine imagines that sybase db is on localhost, am I right?
Do i need to install the sybase on client side as well to be able to connect to that remote sybase db? or just the sqlanydb is enough?
How can I make this driver to connect to a remote server?