No announcements
Found 2889507 threads
-
0 Votes
Update values gets reset to original values when updating database
I have a problem, when I try to update values from an application into a database. So far it's been working really great until I noticed that it ...Answered | 2 Replies | 3467 Views | Created by Marcus Hansson - Friday, March 27, 2009 8:32 AM | Last reply by Marcus Hansson - Monday, March 30, 2009 6:40 AM -
0 Votes
Update values into database
Thank You very much . I could update the values into the databaseAnswered | 3 Replies | 3037 Views | Created by Jayakodi - Thursday, February 28, 2008 12:22 PM | Last reply by Simple Samples - Friday, February 29, 2008 5:35 PM -
0 Votes
ObjectStateEntry Original Values Have Current Updated Values
Hi MSethuraman, Welcome! The Attach(AttachAsModified) won't retrieve the database values. If you test Select method to retrieve ...Answered | 3 Replies | 5526 Views | Created by MSethuraman - Saturday, December 3, 2011 6:39 PM | Last reply by TBComments - Saturday, August 26, 2017 5:00 AM -
1 Votes
Restore Original data values after update
If you were using transactions at the time of update you can simply rollback the transaction. However if your were not your only option is to restore from a database ...Answered | 2 Replies | 1642 Views | Created by Thulasi Das - Tuesday, September 11, 2012 8:01 PM | Last reply by btsbee - Tuesday, September 11, 2012 9:45 PM -
0 Votes
TableAdapter.Update("new column values", "original column values")
my textboxes are not bounded to database. I want to use their values to update in my db and show in my datagridview ...Answered | 2 Replies | 4193 Views | Created by Behrooz PB - Saturday, February 17, 2007 6:35 AM | Last reply by Behrooz PB - Sunday, February 18, 2007 6:33 AM -
5 Votes
Datagridview - original values
I would strongly suggest you to create a DataView - this will serve as a original dataTable. Then changes can be made in dataTable, and when you wanna check for the ...Answered | 6 Replies | 2716 Views | Created by Feizal - Saturday, August 6, 2011 9:03 AM | Last reply by Mitja Bonca - Monday, August 8, 2011 5:31 PM -
0 Votes
Updating DataGrid Values back to Database
rows and 7 columns if I do modifications in any one Cell or more, How to check in which and what cell is modified. and the modified row(s) should be updated back to ...Answered | 1 Replies | 2491 Views | Created by deepak.kamarsu1 - Tuesday, May 25, 2010 1:54 AM | Last reply by Anil.Kumar.Pandey - Tuesday, May 25, 2010 2:58 AM -
0 Votes
Database Default Values while updating
I'm trying to create a new Company in my database. The DateCreated has a default value of GetDate() in the database. While creating a new Company using ADO.Net Data Service ...Answered | 3 Replies | 3999 Views | Created by ArunITC - Tuesday, May 27, 2008 3:39 PM | Last reply by Colin Meek - Tuesday, June 10, 2008 3:45 AM -
0 Votes
Problem With Updating Original Database
database are you using on the server? When you try to update the data to the server, you should change the connection string to make your ...Answered | 1 Replies | 2626 Views | Created by JoshKumm - Friday, September 7, 2007 3:20 PM | Last reply by Rong-Chun Zhang - Tuesday, September 11, 2007 4:40 AM -
0 Votes
I want to reset all my values.
I want to reset my session values if a user hits the back button on his/her brower. How do I do this? If it's not possible, could I redirect them to an ...Answered | 1 Replies | 3162 Views | Created by cstarr1 - Wednesday, June 27, 2007 2:57 AM | Last reply by Fadi Nassri - Wednesday, June 27, 2007 11:37 AM -
0 Votes
Error updating date values to database
a date field for which I am using teh datetimepicker control to accept input. This field is bound to a database field of type smalldatetime. When I try ...Answered | 7 Replies | 2594 Views | Created by UshaV - Monday, May 19, 2008 7:16 AM | Last reply by ahmedilyas - Monday, May 19, 2008 9:09 AM -
0 Votes
updating dataset values in database+windows
Hi to all I have a problem ...Answered | 3 Replies | 3125 Views | Created by sumathipriya - Tuesday, September 2, 2008 4:55 AM | Last reply by Mark Verbraeken2 - Tuesday, September 2, 2008 9:58 AM -
0 Votes
Reset property values
Base on my understanding, I think that we are unable to avoid this work. You can define dependency properties for the TextBoxes and CheckBoxes of your custom ...Answered | 1 Replies | 4198 Views | Created by Missa3 - Monday, January 14, 2008 3:43 PM | Last reply by Wei Zhou - MSFT - Wednesday, January 16, 2008 3:23 AM -
0 Votes
Accessing original values from datarow object
You could set the column back to its original value prior to the Update of the database. (If you are using a strongly-typed DataSet, not that you ...Answered | 3 Replies | 3870 Views | Created by anandnairv - Friday, July 24, 2009 4:50 PM | Last reply by Jason Kresowaty - Saturday, July 25, 2009 1:10 AM -
1 Votes
WCF Data Services original values
needing to Do A New Reading, to be able to recover the original values, For example, the RejectChanges () of a ...Answered | 2 Replies | 581 Views | Created by Eduardo Pacheco - Wednesday, December 7, 2016 10:10 AM | Last reply by Eduardo Pacheco - Monday, December 19, 2016 1:34 PM -
1 Votes
query to update values
The above query should work for your sample data. Remove the table initials for the where clause in above update statement. Welcome ...Answered | 4 Replies | 1891 Views | Created by Ronit Roy - Monday, February 13, 2012 7:56 PM | Last reply by arun.passioniway - Monday, February 13, 2012 10:08 PM -
0 Votes
Updating Access Database From TextBox Values
of update method, it is greater than zero. This means that the affected rows number is greater than zero.". In order to update a record the ...Answered | 12 Replies | 3771 Views | Created by goodhealthit - Friday, May 22, 2009 1:11 AM | Last reply by goodhealthit - Wednesday, June 3, 2009 12:25 AM -
0 Votes
Problems with OriginalValues not holding the original database values
I've read in several places that the OriginalValues array may not hold the original values from the database. Given that is so, is there any way to get the ...Answered | 2 Replies | 3415 Views | Created by Zoe Hart - Wednesday, May 4, 2011 9:54 AM | Last reply by Zoe Hart - Thursday, May 5, 2011 7:39 PM -
0 Votes
Need original values for tbl_subscription.address
I assume you meant to say ...Answered | 2 Replies | 3544 Views | Created by Ted Conley - Tuesday, June 5, 2007 6:09 PM | Last reply by Ted Conley - Tuesday, June 5, 2007 6:32 PM -
0 Votes
EF Needs to revert to Original Values
I need to implement a EditorViewModel<TEntity> that supports reset to orginal values and I'm not having any luck finding ...Answered | 2 Replies | 4209 Views | Created by Ryan Mrachek - Wednesday, March 23, 2011 10:05 PM | Last reply by Alan_chen - Tuesday, March 29, 2011 2:41 PM - Items 1 to 20 of 2889507 Next ›
No announcements