In the following code, the last two parameters, forwarder code and password, are marked as OUTPUT in the stored procedure. Also, the sproc returns a -1 or a 0 depending on success. Yet, if I look at the "res" variable right before it is returned, its "OutParameter" property is NULL. So how can I get at the output parameters and the return val?