On an Adaptive Server Enterprise database  Review the installation contents

Chapter 1: Installation Instructions

On a SQL Anywhere or Adaptive Server Anywhere database

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

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




Copyright © 2003. Sybase Inc. All rights reserved. Review the installation contents

View this book as PDF