I am trying to call a stored procedure on the database from my qv-script. In the developer everythings works fine, but after deploying on the server (IE client), the procedure is not executed anymore.
Code in script:
sql call procedure_name(par1, par2);
(note: this procedure updates a value in table par1 with value par2)