No announcements
Found 3605984 threads
-
0 Votes
how to update record in database ?
Once the grid view is added to the form, the Binding Navigator will be added automatically to the form in which you can use the buttons in it to add, delete, and save directly to ...Answered | 7 Replies | 2734 Views | Created by T.N.P - Monday, June 20, 2011 8:11 AM | Last reply by Sarah Putrus - Thursday, June 23, 2011 12:12 AM -
0 Votes
Update the record if exists in database
Hi David, I am using the given code to insert update.Answered | 8 Replies | 4858 Views | Created by Pratap09 - Monday, January 24, 2011 6:09 PM | Last reply by Pratap09 - Thursday, February 3, 2011 11:47 AM -
3 Votes
Error updating records to Database
Hello Sid, I'll suggest you to use a stored procedure for updating database.Answered | 3 Replies | 2175 Views | Created by Sid Williams - Thursday, August 2, 2012 8:57 PM | Last reply by eralper - Friday, August 3, 2012 5:25 AM -
0 Votes
Unable to Update Database
So, select the database in the project and set the "Copy to output" property to "copy if newer" or "never copy". this will prevent it from overwriting the ...Answered | 2 Replies | 3104 Views | Created by Richard B of PDX - Thursday, March 5, 2009 4:08 AM | Last reply by ahmedilyas - Thursday, March 5, 2009 10:22 AM -
0 Votes
Unable to update the records in database using CommandArgument
User-1838255255 posted Hi Zeba Zafar, According to your description and code, as far as i know, i don't see update commandname in your code, about how to ...Answered | 5 Replies | 62 Views | Created by Anonymous - Wednesday, April 25, 2018 11:52 AM | Last reply by Anonymous - Thursday, April 26, 2018 8:23 AM -
0 Votes
Script Task to update records in the database
Hi, This is about doing DML operations in SQL Server database using script task.Answered | 3 Replies | 3957 Views | Created by mustang001 - Monday, January 11, 2010 3:37 PM | Last reply by Nitesh Rai - Tuesday, January 12, 2010 3:55 AM -
1 Votes
Unable to insert records into a Database table.
Agree - but that is what confounded me..... the select clause would simply not return anything in the where clause. when you have 25 million records and are trying to add a half million more, ...Answered | 6 Replies | 935 Views | Created by r_a_ven - Tuesday, September 2, 2014 2:44 AM | Last reply by r_a_ven - Tuesday, September 2, 2014 9:03 PM -
0 Votes
unable to update records
Hi Wang Thankyou When i updated the 4th row as 900 ,it got updated in destination.Answered | 8 Replies | 1691 Views | Created by MW121WM - Saturday, May 28, 2016 8:32 PM | Last reply by Seif Wang - Monday, June 6, 2016 11:54 AM -
0 Votes
Unable to update database
https://social.msdn.microsoft.com/Forums/en-US/ad837d14-31ea-445f-b830-1a8682b69e68/faq-my-database-isnt-being-updated-but-no-errors-occurred-in-my-application?Answered | 3 Replies | 417 Views | Created by Keny2020j - Thursday, August 25, 2016 7:26 AM | Last reply by Cor Ligthert - Thursday, August 25, 2016 12:05 PM -
2 Votes
Adding or Updating a database record with InfoPath 2007
If there is no record already present within the DB then when you press SUBMIT a new record will be created.Answered | 4 Replies | 10704 Views | Created by RonInOttawa - Wednesday, July 13, 2011 2:33 PM | Last reply by Emir Liu - Tuesday, July 19, 2011 6:45 AM -
0 Votes
Concurrency violation on Access Database on updating records.
https://social.msdn.microsoft.com/Forums/en-US/home?Answered | 2 Replies | 735 Views | Created by C.Musat - Thursday, January 14, 2016 5:54 AM | Last reply by David_JunFeng - Friday, January 15, 2016 3:16 AM -
0 Votes
Updating a record using entity framework
Hello Adam, First, get the entity you want to update, change its properties, and then you just need to call ObjectContext.SaveChanges() This will only work if ...Answered | 2 Replies | 5882 Views | Created by Adam-R - Friday, December 12, 2008 11:53 AM | Last reply by Duke Ames - Wednesday, December 31, 2008 1:27 AM -
0 Votes
Unable to view table record in SQL Server database
If the issue still persists after refreshing the Tables folder, please right click on the Tables folder, choose 'New Query' , choose your target ...Answered | 4 Replies | 1126 Views | Created by aphyllum08 - Friday, July 24, 2015 11:24 AM | Last reply by aphyllum08 - Saturday, August 1, 2015 2:22 AM -
1 Votes
Unable to Read Records from Local MS Access database using vb.net
Hi Madesh, My sample project (update (Select/Insert/Update/Delete) data back into MS Access database from DataGridView) has been ...Answered | 6 Replies | 5226 Views | Created by Madesh - Wednesday, August 27, 2008 9:35 AM | Last reply by Paul P Clement IV - Friday, January 8, 2010 2:19 PM -
2 Votes
I have to update 1 crore records in a database,Instead of updating 1 crore records at a time,i have to update 1000 records in multiple time?
Hi You can take a work table & insert the primary key column records of original table you are about to Update in this work table with additional columns ...Answered | 4 Replies | 4103 Views | Created by samba cheedella - Monday, November 5, 2012 7:45 AM | Last reply by Naga Bharadwaj - Wednesday, November 14, 2012 8:16 AM -
0 Votes
c# unable to update sql database
You have to use upload button, if photo is not updated (will be null) then use code which I mentioned otherwise add image upload code.Answered | 3 Replies | 712 Views | Created by Crepa Collado - Friday, March 14, 2014 4:59 PM | Last reply by amin, adnan - Friday, March 14, 2014 6:43 PM -
0 Votes
Update records using a Userform
It appears that when I populate the Userform by using the Search combobox, change any data and then press the cmdUpdate button it adds the data as a new row at the bottom ...Answered | 9 Replies | 379 Views | Created by Steve MW - Thursday, December 28, 2017 2:35 PM | Last reply by Steve MW - Friday, December 29, 2017 5:04 PM -
0 Votes
Update Database using Datagridview and Update button
Hello Amy, For updating both dataGridView when dataSource (mainly DataBase) is changed and updating DataBase when DataGridView is changed, ...Answered | 3 Replies | 6269 Views | Created by amecily - Thursday, September 30, 2010 7:55 PM | Last reply by Helen Zhou - Friday, October 8, 2010 6:14 AM -
0 Votes
Restored sqlserver 2000 database but updated records are not restored
Hi Sathya, When you take a back up, you get a copy of the database at that point with committed transactions.Answered | 5 Replies | 1863 Views | Created by sathyguy1 - Tuesday, September 17, 2013 5:49 AM | Last reply by SQLZealots - Thursday, September 19, 2013 5:20 AM -
1 Votes
Update record
but triggers are not good when you have a large volume of records or quiet few number of tables to update on a transactionAnswered | 8 Replies | 2816 Views | Created by Vasco Machado - Wednesday, June 16, 2010 6:51 PM | Last reply by Jebarson J - Thursday, June 24, 2010 1:22 AM - Items 1 to 20 of 3605984 Next ›
No announcements