Avatar

Level 2

Thanks Nith! That did the trick.

Where on earth is that syntax listed in any of the documentation that the call has to be enclosed in { }?

Everything I read listed the call to stored procedures as CALL procedure_name(parameter_list); with no curly braces surrounding the call.

http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Workbe...

Even Adobe support didn't know about the curly braces. They only asked me to put a semicolon at the end and thought it was a configuration issue with our data source connection.