<div dir="ltr"><p>Using ODBC, I am trying to invoke a stored procedure:<br>       <br>mydb:myfunc(db:get_connection("MYDB"),1).<br>** exception error: no function clause matching<br>                    odbc:param_query({ok,<0.66.0>},<br>
                                     "call sp_mysp(?) ",<br>                                     [{sql_integer,[1]}],<br>                                     infinity) (odbc.erl, line 363)</p><p>From myfunc I am making a call to odbc:param_query, passing it the connection reference, the Query string and the params. Is there something else I need to do?</p>
<p>Thanks,<br>Yash</p></div>