this post was submitted on 19 Nov 2023
1 points (100.0% liked)
Lisp
53 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
LispWorks documents this: https://www.lispworks.com/documentation/lw80/lw/lw-sql-33.htm#LWUGRM)execute-command
Thanks. I've come across a page describing how to execute stored procedure in CLSQL:
which is quite similar to Lispworks apart from wrapping the call to the procedure with PL/SQL BEGIN END pair.
(sql:execute-command "BEGIN my_procedure(1, 'foo'); END;")