What's the equivalent of SET NOEXEC ON in SQL Anywhere? I want to validate a stored procedure without creating it.
Request clarification before answering.
You could also try using CREATE TEMPORARY PROCEDURE which will define it for your connection & not add it to any system tables.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.