Hello,
I'm wondering if it's possible to call a Stored Procedure from a Form (Content Server 10.5).
I want to call a stored procedure with 3 input parameters and one output parameter. Alternatively I can change the output parameter to a resultset. I'm using SQL Server 2012.
I've created a Web Forms Database Connection and Database Lookup. Currently the DB Lookup simply executes a select statement but I haven't been able to get that to work either.
Thanks in advance for your help!
J.F.