No announcements
Found 3042949 threads
-
0 Votes
How to know the order of update with Domain context SubmitChanges?
First, to answer the unstated question RIA Services doesn't have any control of the order of operations, that is up to EF.Answered | 1 Replies | 1400 Views | Created by KentZhou - Monday, January 7, 2013 4:05 PM | Last reply by Colin Blair - Monday, January 7, 2013 6:39 PM -
1 Votes
ProgressBar on SubmitChanges
How to: Submit Changes to the Database (LINQ to SQL) You might consider using anAnswered | 1 Replies | 1046 Views | Created by FabianHenzler - Tuesday, March 12, 2013 11:53 AM | Last reply by Mark Chamberlain - MSFT - Tuesday, March 12, 2013 8:20 PM -
0 Votes
SubmitChanges() doesn't update database
If so your customer class have to keep the IDs inside, so when you try to update you besically first select the table with the coresponding id than update the changes from the ...Answered | 5 Replies | 2862 Views | Created by DaveRook - Sunday, September 18, 2011 2:43 PM | Last reply by DimitarGeorgiev - Sunday, September 18, 2011 7:40 PM -
3 Votes
SubmitChanges
That is when I attempted to add "submitchanges" because I saw that suggestion somewhere and probably didn't understand the context but get the error that ...Answered | 6 Replies | 3987 Views | Created by dbciii - Saturday, May 28, 2011 5:26 PM | Last reply by dbciii - Monday, May 30, 2011 1:57 AM -
0 Votes
SubmitChanges not writing anything to the database
Would you mind letting us know the result of the suggestions?Answered | 5 Replies | 4966 Views | Created by Randy Minder - Tuesday, March 15, 2011 1:14 PM | Last reply by Alan_chen - Monday, March 28, 2011 1:26 AM -
3 Votes
Updating Entities From Different Contexts
Or how about 4) the actual easy way: Attach to a new entity and use context.Refresh(System.Data.Linq.RefreshMode.KeepCurrentValues, obj); to populate original values on the ...Answered | 9 Replies | 5355 Views | Created by Randy Minder - Thursday, October 22, 2009 1:00 PM | Last reply by KristoferA - Wednesday, October 28, 2009 12:26 AM -
0 Votes
SubmitChanges performs INSERTs before DELETEs
At last I knew how to do it, but alas, so late.Answered | 7 Replies | 5636 Views | Created by KarloX2 - Wednesday, November 19, 2008 9:36 AM | Last reply by Ashraf Sabry - Monday, March 30, 2009 5:09 AM -
0 Votes
SubmitChanges() Method
I thing if you are Update perticular Records....Answered | 6 Replies | 9887 Views | Created by Ozgur Aytekin - Friday, August 10, 2007 5:41 PM | Last reply by Cool Chandan - Friday, May 13, 2011 5:07 AM -
0 Votes
how i can know the exact order to apply sharepoint security updates
Hi johnjohn123, Check if the update has a Prerequisite.Answered | 2 Replies | 663 Views | Created by johnjohn11 - Thursday, July 14, 2016 3:58 PM | Last reply by Chris yuri - Friday, July 15, 2016 7:39 AM -
0 Votes
Silverlight 4 business app . error on submitchanges() of the domain service
Hi, It seems that you have meet the this error “The remote server returned an error: NotFound” and this error message in RIA Services can be frustrating if ...Answered | 3 Replies | 1691 Views | Created by abba.malainine - Thursday, March 20, 2014 6:04 PM | Last reply by Amy Peng - Friday, March 21, 2014 6:52 AM -
0 Votes
Datagridview, cancellation, validation and submitchanges()
I put a breakpoint on the call to submitchanges.Answered | 4 Replies | 4085 Views | Created by allmhuran - Thursday, December 17, 2009 6:19 PM | Last reply by Jing0 - Thursday, December 24, 2009 10:08 AM -
0 Votes
LINQ to SQL SubmitChanges() doesn't work
As far as I know, there's no data but a query string in the "txtTable", is that true?Answered | 2 Replies | 6100 Views | Created by WPF Mutter - Wednesday, June 22, 2011 12:34 PM | Last reply by Jackie-Sun - Friday, June 24, 2011 7:46 AM -
0 Votes
sa login fails under domain user context
It doesn't really matter how you got to the host (RDP, console, etc...).Answered | 3 Replies | 1195 Views | Created by vsubhash - Monday, November 2, 2015 4:49 PM | Last reply by SQLMojoe - Thursday, November 5, 2015 8:54 PM -
0 Votes
UPDATE with ORDER BY
I didn't know that word before, had to Google.Answered | 13 Replies | 896 Views | Created by Bikky Kumar Rai - Wednesday, July 13, 2016 8:16 AM | Last reply by Naomi N - Thursday, July 14, 2016 2:57 AM -
0 Votes
SubmitChanges order?
No, they will be processed in no particular order.Answered | 1 Replies | 895 Views | Created by developer28 - Tuesday, June 14, 2011 8:05 PM | Last reply by Colin Blair - Wednesday, June 15, 2011 2:20 PM -
0 Votes
Update and multiple contexts in Winforms Application
In this application, we have multiple contexts in multiple windows.Answered | 1 Replies | 1543 Views | Created by finality - Wednesday, February 27, 2013 2:59 PM | Last reply by Alexander Sun - Friday, March 1, 2013 8:10 AM -
2 Votes
How update top 1 with order by
Hi PQ, As I under stand, you want to update the price in the table, where only update the latest transdate price for every group.Answered | 15 Replies | 1597 Views | Created by Peter Quatro - Monday, April 1, 2019 2:04 PM | Last reply by Peter Quatro - Monday, April 8, 2019 9:58 AM -
0 Votes
Order of inserts, update, delete
4) Updates are sent to the database in some order that the EF runtime chooses.Answered | 5 Replies | 3977 Views | Created by Watty45 - Friday, August 5, 2011 2:26 PM | Last reply by Matt Meehan - MSFT - Thursday, August 11, 2011 5:40 PM -
1 Votes
LINQ Detect Concurrency before calling SubmitChanges()
Hi lawrencewong; You could Refresh the record to be updated to check to see if any of the fields has been changed by another use but that will not guarantee ...Answered | 1 Replies | 1734 Views | Created by lawrencewong - Saturday, September 14, 2013 5:41 AM | Last reply by Fernando Soto - MCSD - Saturday, September 14, 2013 4:18 PM -
0 Votes
Controlling the order of Insert-operations in SubmitChange()
Hi, In the call back of your Order submit action.Answered | 3 Replies | 4854 Views | Created by Ismar Slomic - Tuesday, May 4, 2010 2:14 AM | Last reply by Min-Hong Tang - MSFT - Thursday, May 6, 2010 10:04 PM - Items 1 to 20 of 3042949 Next ›
No announcements