I am using bdc to manage data from the db,i want to list data and add insert,modify and delete as actions,so can any one help by giving me adequate documentation
The bdc doesn't support insert, update, or delete.You can use a custom action to link to an application page that can do update, delete, and insert. Usually the link goes back to the back-end system to perform this action. The custom action has the ability to pass in an id to identify the item you want to modify on the back-end system.msdn.microsoft.com/en-us/library/bb457187.aspxsharepointmagazine.net/.../everything-you-need-to-know-about-bdc-part-7-of-8live.sharepointcommunity.de/.../DEV12.pdf