The following is a csql utility statement to access the database on a remote host:
csql [ options ] database_name@remote_host_name
Make sure that the following conditions are met before you run the CSQL Interpreter on a remote host.
The following example shows how to access the demodb database on the remote host with the IP address 192.168.1.3 and calls the csql utility.
csql -C demodb@192.168.1.3