Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Transaction, constraints

  Asked By: Aiesha Amin         Date: Sep 06, 2007      Category: Sharepoint      Views: 215
 

I'm quite new to SharePoint with an SQL background. Here are three
question from a SQL point of view:

1) Is there a way to use something like SQL transaction in SharePoint?

2) How can we define / handle a unicity constraint in SharePoint?

3) How can we handle concurrent update?

Tagged:    

 

1 Answer Found

 
Answer #1       Answered By: Micheal Knight          Answered On: Sep 06, 2007       

The only possible answer to your excellent questions is, "Use the
SharePoint API" which uses transactions but isn't itself
transactionable. What I mean is that we cannot easily say, do these
three calls and if one fails, rollback.

 
Didn't find what you were looking for? Find more on Transaction, constraints Or get search suggestion and latest updates.


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