This question is locked. New answers and comments are not allowed.
                        
                        I'm using OpenAccess v2010.2.714.1 with MySQL 5.0.37-community-nt-log and I can't seem to get my views to insert/update/delete using stored procedures.  I got it working once in Visual Studio 2010, then I re-created my model and can't get it working again.  I've tried using both VS 2008 and 2010 with no luck.  All I'm currently working with is 1 view and 3 stored procedures (1 each for insert/update/delete).  First, I select my view and open the "Mapping Details Editor", check "Use stored procedures for" on the "Create" tab, but none of my stored procedures appear.  If I select "< Create new procedure... >" it will create a procedure for me so I figure I would do this then just update my stored procedure to the same name as it auto-generated.  So I continue on mapping the "Parameter Name" to the "Property Name".  After I'm done I click "Save".  Then I went back to the "Mapping Details Editor" and all of the "Property Name" mappings are set to "< None >".
Please let me know what I am doing wrong so that I can get this to work for my project. I was able to map directly to table objects and use those without any problems, however I did not try to use sp's for the insert/update/delete commands.
Image Notes
1.jpg - Shows my 1 view & 3 sp's pulled from the database also the sp's do not appear in the "Mapping Details Editor"
2.jpg - Creating a new sp for the "Create" tab (Note: all "Property Name" fields were filled out)
3.jpg - I pressed "Ctrl + S" to save the changes, clicked on the "Update" tab then back to the "Create" tab
                                Please let me know what I am doing wrong so that I can get this to work for my project. I was able to map directly to table objects and use those without any problems, however I did not try to use sp's for the insert/update/delete commands.
Image Notes
1.jpg - Shows my 1 view & 3 sp's pulled from the database also the sp's do not appear in the "Mapping Details Editor"
2.jpg - Creating a new sp for the "Create" tab (Note: all "Property Name" fields were filled out)
3.jpg - I pressed "Ctrl + S" to save the changes, clicked on the "Update" tab then back to the "Create" tab
