Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Insert,Modify and delete a row using bdc

  Asked By: Tanesha Roach         Date: Sep 27, 2008      Category: Sharepoint      Views: 425
 

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

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Himanta Barthakur          Answered On: Sep 27, 2008       

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.aspx

sharepointmagazine.net/.../everything-you-need-to-know-about-bdc-part-7-of-8

live.sharepointcommunity.de/.../DEV12.pdf

 
Didn't find what you were looking for? Find more on Insert,Modify and delete a row using bdc Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].