How to Create or Alter a Web Service

Creating or altering a web service requires use of the CREATE SERVICE or ALTER SERVICE statement, respectively. This section illustrates how to execute these statements with Interactive SQL to create different kinds of web services. The examples in this section assume that you have connected to an SAP Sybase IQ database, your-database.db, through Interactive SQL using the following command:

dbisql -c "dbf=your-database.db;uid=your-userid;pwd=your-password"