No announcements
Found 2843772 threads
-
0 Votes
Problem updating a dataTable
need to change 1 column, 1 row at a time as the user makes changes I want to store the changes in the DataTable and save all changes at once My ...Answered | 16 Replies | 4509 Views | Created by jnc - Friday, January 1, 2010 6:54 PM | Last reply by Michael Sun [MSFT] - Wednesday, January 13, 2010 1:25 AM -
0 Votes
Problem updating an Access DB with a DataTable when using stored procs
dataset/datatable updates before. I have just run through it a few more times and the stored query is definitely the problem as it works great with the ...Answered | 4 Replies | 3006 Views | Created by Hughsieman - Monday, July 17, 2006 1:23 PM | Last reply by Matt Neerincx - Monday, July 17, 2006 6:20 PM -
0 Votes
problems updating DB with datatable
Hello I am still having a problem updating the database using a DataTable. If anyone can see what IAnswered | 4 Replies | 3211 Views | Created by smithsf22 - Wednesday, April 23, 2008 6:51 PM | Last reply by smithsf22 - Thursday, April 24, 2008 3:23 PM -
0 Votes
problem with Datagridview Checkbox column - last cell value not updating
column. the datasource for dgvw is bounded by a datatable. the user needs to enter the values in the GUI. supposing the user enters the 2x2 matrix ...Answered | 1 Replies | 4487 Views | Created by Ravindran VRK - Tuesday, October 26, 2010 1:07 PM | Last reply by Ravindran VRK - Wednesday, October 27, 2010 6:27 AM -
0 Votes
Datatable not updating
(comparison) to cut down on the code to read, and I am fairly sure the problem is not there. It seems to me that the third data table is not being updated and I ...Discussion | 2 Replies | 2931 Views | Created by Dry White Toast - Wednesday, November 5, 2008 10:58 PM | Last reply by Riquel_Dong - Tuesday, November 11, 2008 10:40 AM -
0 Votes
Difference in Data Table created manually and that created by datatable.ReadXML
), and found that both are exact. But the problem comes when I write this to a datagridview. The reading from the datatable and updating the data ...Unanswered | 3 Replies | 2519 Views | Created by Harish G Nair - Wednesday, April 14, 2010 9:15 AM | Last reply by CiaranODonnell - Thursday, April 15, 2010 8:47 AM -
0 Votes
Problem in updating the Datatable in vb.net
hi I am using sql server 2005 with vb.net 2008. I really troubled to resolve a problem that how to updating datatable. My code just update the ...Answered | 1 Replies | 1419 Views | Created by haqayyum - Monday, June 11, 2012 10:19 AM | Last reply by Cor Ligthert - Monday, June 11, 2012 10:43 AM -
0 Votes
Is there anyone facing this problem with DataGridView and typed dataset? Please help me!
is bound to a different DataTable. The problem is that before the update, the values in column vAssignee on some particular rows are "admin" ... -
0 Votes
Updating mutiple datatable in the dataset
Im having a problem with updating multiple tables in the dataset Just after I call the Update procedure in the dataadapter I get an error ...Answered | 3 Replies | 6390 Views | Created by Sheen Ismhael Lim - Wednesday, October 20, 2010 6:07 AM | Last reply by Cor Ligthert - Friday, October 22, 2010 8:27 AM -
0 Votes
datatable update problem
hi I am using sql server 2005 with vb.net 2008. I really troubled to resolve a problem that how to updating datatable. My code just update the ...Answered | 3 Replies | 4205 Views | Created by haqayyum - Monday, June 11, 2012 9:44 AM | Last reply by BonnieB - Saturday, June 23, 2012 11:41 PM -
1 Votes
Updating DataTable Problem
DataTable used as a part of DataSet. But DataSet isn't connected to any DB - I'm just using it for internal Data storage. Code: ...Answered | 4 Replies | 4249 Views | Created by Aks11 - Thursday, August 13, 2009 2:21 PM | Last reply by Michael K2 - Tuesday, August 18, 2009 8:06 PM -
1 Votes
Binding DataGrid with DataTable
Hi, I have a DataGridView which have some columns which includes one ComboBox, two CheckBox and rest TextBox, i am binding ...Answered | 2 Replies | 4287 Views | Created by Akhi4Akhi - Tuesday, January 20, 2009 10:48 AM | Last reply by Akhi4Akhi - Thursday, January 29, 2009 4:34 AM -
0 Votes
Database Time Out Issue.
responding (7041020) The application i done is a windows base application. The process face with timeout involve a lot of view and ... -
0 Votes
Updating database with dataTable (or dataSet)
value if there is a null value in a database? So if there is a null value in a databse, dataTable will get a null value too, and with ...Answered | 2 Replies | 9424 Views | Created by Mitja Bonca - Wednesday, June 17, 2009 8:18 AM | Last reply by Kaps Pune - Wednesday, June 17, 2009 12:35 PM -
0 Votes
Problem in updating the Datatable in vb.net
hi I am problem to updating record in DataTable. My code is only update the first record of the table but when I want to update any other record instead ...Answered | 1 Replies | 2530 Views | Created by haqayyum - Saturday, June 9, 2012 10:18 AM | Last reply by ThankfulHeart - Sunday, June 10, 2012 1:57 AM -
0 Votes
Updating a DataTable without recreating
Is it possible to update a DataTable via a data adapter without having to create a new DataTable and Fill() it again? The ...Unanswered | 1 Replies | 2987 Views | Created by chaiguy1337 - Monday, February 12, 2007 11:38 PM | Last reply by chaiguy1337 - Monday, February 12, 2007 11:52 PM -
0 Votes
DataAdapter.update not changing physical database
Hi, I have a problem with DataAdapter.Update that I can't figure out. The code works for adding and deleting rows but not updating with a new ...Answered | 4 Replies | 5403 Views | Created by Krippers - Thursday, April 29, 2010 11:33 AM | Last reply by Krippers - Thursday, April 29, 2010 3:46 PM -
0 Votes
Problem in updating DataSource with DataAdapter
Hi All I am using SQlDataAdapter to update a datatable and make change in data source..Answered | 2 Replies | 4844 Views | Created by Bijaya Kumar Pathia - Wednesday, August 8, 2007 6:48 AM | Last reply by a-_B3N_- - Wednesday, August 8, 2007 7:54 AM -
0 Votes
Updating records in a datatable
some links may be helpful. How to edit rows in DataTable http://msdn.microsoft.com/en-us/library/tat996zc.aspx How toAnswered | 2 Replies | 3168 Views | Created by Randy0128 - Monday, January 5, 2009 1:27 PM | Last reply by Randy0128 - Wednesday, January 7, 2009 11:55 AM -
0 Votes
Updating Datatable
Hi, Kindly assist me in updating the table. Say i have below Datable 'Maintable' from which i extract another datatable based ...Answered | 1 Replies | 991 Views | Created by SreenivasCNU - Friday, November 2, 2012 12:54 PM | Last reply by Venkat786 - Friday, November 2, 2012 3:14 PM - Items 1 to 20 of 2843772 Next ›
No announcements