This question is locked. New answers and comments are not allowed.
I am trying to us the Map Procedure functionality for my object and it maps the stored procedures in the Mapping Details Editor. I have added those procedures to my database but every time I call update it tries to run a prepared statement and failes. I have modified the update statement inside the procedure so I can do something different with it so I really need it to call the procedure specified. What could be going wrong?
What I have is a view as an object that returns some other fields with my object but when I save it I don't want those extra fields from another table to be updated so I have taken them out of the update, and insert statement of the generated procedures. I hope this makes sense.
I have updated and tried the latest internal build 510.
The procedure names are:
sp__ns__clnt_ssstnc_applied_view
sp__pd__clnt_ssstnc_applied_view
sp__dl__clnt_ssstnc_applied_view
Jason
What I have is a view as an object that returns some other fields with my object but when I save it I don't want those extra fields from another table to be updated so I have taken them out of the update, and insert statement of the generated procedures. I hope this makes sense.
I have updated and tried the latest internal build 510.
The procedure names are:
sp__ns__clnt_ssstnc_applied_view
sp__pd__clnt_ssstnc_applied_view
sp__dl__clnt_ssstnc_applied_view
Jason