On a SQL Anywhere or Adaptive Server Anywhere database

Windows

To install stored procedures for metadata in a SQL Anywhere or Adaptive Server Anywhere database using Windows, go to a DOS prompt and enter the following command on one line from the %JDBC_HOME%\classes directory:

java IsqlApp -U dba -P password -S jdbc:sybase:
 	Tds:[hostname]:[port] -I %JDBC_HOME%\sp\sql_asa.sql -c go

UNIX or Linux

On a UNIX or Linux system, enter the following command on one line from your $JDBC_HOME/classes directory:

java IsqlApp -U dba -P password -S jdbc:sybase:
 	Tds:[hostname]:[port] -I $JDBC_HOME/sp/sql_asa.sql -c go