Now it seems to work when I remove the delimiter statements.
I will test it more and report back![]()
Now it seems to work when I remove the delimiter statements.
I will test it more and report back![]()
here is the code.
Qt Code:To copy to clipboard, switch view to plain text mode
Its working perfectly now.
1. Do not use the DELIMTER statements
Qt Code:
BEGIN \n\ SELECT * FROM test; \n\ END ;"; me.exec(procedure);To copy to clipboard, switch view to plain text mode
2. Do not call drop procedure in the same query.
Bookmarks