on ‎2010 Dec 02 3:21 PM
Been an analyst using SQL Anywhere for a few years and just getting into database management. Regarding writing/developing procedures/functions, is there a particuliar programming language that is used or patterned after?
Request clarification before answering.
To complete the picture:
I guess your question is focused on stored functions and procedures in SQL, and that's what the answers explain.
But you can also write (or re-use) stored procedures and functions in other programming languages and create an SQL interface for them. This includes
If this is your intention, have a look at the CREATE PROCEDURE statement for external procedures.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 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.