cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

What's the equivalent of SET NOEXEC ON in SQL Anywhere? I want to validate a stored procedure without creating it.

View Entire Topic
johnsmirnios
Product and Topic Expert
Product and Topic Expert

You could also try using CREATE TEMPORARY PROCEDURE which will define it for your connection & not add it to any system tables.

http://dcx.sybase.com/index.html#1101en/dbreference_en11/create-procedure-user-defined-statement.htm...