I am starting to work with Strataframe and I am trying to use the UpdateStoredProcedureName = “TableName_Update” and the UpdateUsingStoreProcedure = Yes. However, when I try to use BO.Save(), I get the too many parameters error. What I do know is I am not passing the required parameters to the storeprocedure. My question is how do I pass the required parameters to the BO when using these properties?
Thanks