To execute the preceding Adaptive Server stored procedure example using isql, connect to Adaptive Server and enter the following at the prompts:
C:>ISQL -Ssybone -Uuser -Ppasswrd 1> execute newcust xxxx,yyyy 2> go
where:
xxxx is the new customer name, such as Ajax Printing Company.
yyyy is the new customer number, such as 1234.
For backward compatibility, the following syntax is acceptable: use procedure newcust xxxx, yyyy
Copyright © 2005. Sybase Inc. All rights reserved. |