Skip to content

execute sql directly ? #835

Answered by lovasoa
mgmgh asked this question in Q&A
Discussion options

You must be logged in to vote

Hello ! Are you having troubles with using CALL statements ? They should work as well as other statements.

If you want a button that triggers a call, you can write two files:

index.sql

select 'button' as component;
select 'Go !' as title, 'call_proc.sql?x=1&y=2' as link;

call_proc.sql

call my_proc($x, $y);

select 'redirect' as component, '/' as link;

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mgmgh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants