To execute the preceding ASE stored procedure
example using isql
Connect to ASE.
At the prompts, enter:
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