No announcements
Found 2081544 threads
-
0 Votes
Update table adapter after using dataset.merge method
I am merging two datatables together and after which wish to update the datasource, in this case SQL Server. The problem I am having is that after using the ...Answered | 2 Replies | 5071 Views | Created by David Dye - Thursday, October 29, 2009 4:03 PM | Last reply by David Dye - Friday, October 30, 2009 11:42 AM -
0 Votes
Table adapter - Update Method
" with only one table so it created the update methods automatically, but for the select command I need the query to be from more than one table ... -
0 Votes
table adapter not providing Update method
article (with the correct info) I can't access the Update methodUnanswered | 0 Replies | 3843 Views | Created by willlsteele - Sunday, March 11, 2007 3:47 AM | Last reply by willlsteele - Sunday, March 11, 2007 3:52 AM -
0 Votes
update method in table adapter crashing
2 lines - one that calls the table adapter update method that crashes and a dataset acceptchanges just after the line that crashes. The ...Answered | 6 Replies | 3365 Views | Created by frv4ever - Monday, April 28, 2008 10:00 AM | Last reply by frv4ever - Monday, April 28, 2008 8:11 PM -
0 Votes
table adapter update using vs2008
when trying to use the update command for my table adapter, i get the following error. Error 1 'update' is not a member ofAnswered | 2 Replies | 2694 Views | Created by xp_user33 - Thursday, July 15, 2010 11:56 AM | Last reply by xp_user33 - Thursday, July 15, 2010 12:41 PM -
2 Votes
Cannot insert or update database using table adapter method
dataset) to "copy if newer" allows me to write to the database using the code below. Seemingly only after a PC ...Answered | 13 Replies | 2387 Views | Created by NetGap - Tuesday, August 29, 2017 9:02 PM | Last reply by NetGap - Wednesday, August 30, 2017 8:03 PM -
0 Votes
DataSet.Merge method.....Excel Files
DataSet(); da2.Fill(ds3); da2.Update(ds); -
0 Votes
DataSet.Merge, Xml, update
dataset.merge method to work without creating a concurrency violation. Right now, my smart client apps recieve notification of data update and recieve xml of the ...Unanswered | 1 Replies | 3278 Views | Created by Blast - Friday, June 15, 2007 7:13 PM | Last reply by Blast - Monday, June 18, 2007 7:51 PM -
0 Votes
Update a table adapter
Hi When i have made som changes direct in my db how can i update my table adapter and can i upate all tabdeladapters at one or ...Answered | 1 Replies | 3171 Views | Created by Alvin Kuiper - Sunday, August 31, 2008 7:56 PM | Last reply by Xingwei Hu - Friday, September 5, 2008 5:36 AM -
0 Votes
update single column in table using adapter?
I am selecting two columns of an existing Table (TableA) and loading them into a dataset (DatasetA). I am then making computations using those two ...Unanswered | 1 Replies | 3008 Views | Created by wannabe_coder - Sunday, March 11, 2007 4:04 PM | Last reply by wannabe_coder - Sunday, March 11, 2007 6:44 PM -
0 Votes
Copy Table using table adapter
Hi I am trying to copy a table to another table with a different name. Can you please tell me is that possible to do it using Table Adapter? For ... -
0 Votes
Table Adapter Update Order
The TableAdapter will generate update, insert, and delete commands for you automatically. They work for most situations but not all. In your case look in the TableAdapter's ...Unanswered | 1 Replies | 2938 Views | Created by brockmoore - Friday, December 22, 2006 6:11 PM | Last reply by Ken Tucker - Monday, December 25, 2006 2:40 PM -
1 Votes
Update on Table Adapter
save the changes and again there was no change. My gut is telling me that there is some sort of problem in the Update Statement, but I'm at a loss to know how I can ...Answered | 4 Replies | 8316 Views | Created by Rob Ruder - Thursday, October 6, 2011 10:33 PM | Last reply by Tom_Overton - Friday, October 7, 2011 4:48 PM -
0 Votes
Dataset.Merge(DataTable) vs Dataset.Merge(DataRow[])
Dataset.Merge(DataTable) function works but by datarow doesn't e.g. STDataset dsTarget = new STDataset(), dsTarget2 = new STDataset(); // This ...Answered | 2 Replies | 4552 Views | Created by SamCPP - Tuesday, May 17, 2011 11:34 PM | Last reply by Jackie-Sun - Friday, May 20, 2011 1:53 AM -
0 Votes
DataSet.Merge
. The problem I am now having is that when I call the save method, and the tempDataSet.Merge(EntityDataSet); code is hit, the merge happens except that one value is left ... -
0 Votes
New column added to a table - Update dataset, BS, table adapter, table adapter manager (winforms)
I've created a datasource object and identified the table as 'Details' display. I dragged it to my form and it automatically created the dataset, BS, table ...Answered | 2 Replies | 2269 Views | Created by MACH9 - Friday, April 20, 2012 9:49 PM | Last reply by Mike Dos Zhang - Monday, April 23, 2012 7:10 AM -
0 Votes
Auto generated Update commands in Table Adapter ?
ok i think that the auto generated update,delete command in the table adapter are unnecessarily complex. The table i have has a primary key. So the where clause ...Answered | 1 Replies | 3441 Views | Created by TkNeo - Wednesday, March 7, 2007 4:46 PM | Last reply by Erick Thompson - MSFT - Tuesday, March 13, 2007 10:25 PM -
0 Votes
Updating 2 tables using a table adapter.
I'm using VS 2010 and am using table adapters to work with an Oracle 11g DB. On some of my forms I have a table adapter that accesses 1 ...Unanswered | 1 Replies | 7946 Views | Created by sdprest - Thursday, June 30, 2011 5:51 AM | Last reply by Paul Zhou - Friday, July 1, 2011 8:30 AM -
0 Votes
Using the DataSet.Merge Function
I could use a little help, I tried to get this to work a couple of months ago and then had to put it on the back burner. I'm trying to develop a method for merging the ...Unanswered | 0 Replies | 4605 Views | Created by c.gelhaus - Monday, February 19, 2007 3:14 PM | Last reply by c.gelhaus - Monday, February 19, 2007 3:14 PM -
4 Votes
Programmatically create/execute Table Adapter Fill method
Yes the TableAdapter does have a ClearBeforeFill property but your code wasn't using the TableAdapter - you were creating a new DataAdapter and using that to fill the ...Answered | 4 Replies | 9341 Views | Created by Robert in SF - Tuesday, March 29, 2011 6:14 PM | Last reply by Dave299 - Wednesday, March 30, 2011 9:51 AM - Items 1 to 20 of 2081544 Next ›
No announcements