No announcements
Found 157147 threads
-
0 Votes
Updating typed dataset
I have typed dataset in my application. I added a number of queries to the member tables which I use to populate controls, update values, delete rows etcAnswered | 3 Replies | 4791 Views | Created by VentsyV - Tuesday, September 2, 2008 8:07 PM | Last reply by VentsyV - Monday, September 8, 2008 2:53 PM -
0 Votes
Updating Typed Dataset from database
database? For example, the typed dataset SchoolDataset, came from the Students database. It has a table named students, what if I change ...Answered | 3 Replies | 1771 Views | Created by Leenej - Sunday, January 15, 2012 5:46 PM | Last reply by Rajnikant Rajwadi - Monday, January 16, 2012 9:07 AM -
0 Votes
Insert instead of Updating typed dataset
I was updating my datatables in a dataset to the SQLServer via this technique: Using da As New ReservoirsTableAdapter ...Answered | 2 Replies | 3932 Views | Created by Tekito - Thursday, July 9, 2009 8:36 PM | Last reply by Tekito - Thursday, July 9, 2009 10:09 PM -
0 Votes
Error while updating a Typed Dataset
Hi, I have a .net web application and created a typed dataset which is mapped to my sql server database. Till now everything was working fine. -
0 Votes
Recommendations for updating connectionString used with typed dataset
connection string accordingly. However, the connectionString stored in app.config is readonly and cannot be updated on the fly. Updating the modifier of the ...Answered | 3 Replies | 4492 Views | Created by NickUk - Thursday, January 5, 2006 9:41 AM | Last reply by NickUk - Friday, January 6, 2006 10:13 AM -
0 Votes
Strongly-typed dataset not updating record
I have a strongly-typed dataset that I created using the TableAdapter (in VS 2005). When I modify a record, it's not being updated.Unanswered | 2 Replies | 4920 Views | Created by RichardR - Saturday, December 6, 2008 12:19 AM | Last reply by RichardR - Saturday, December 20, 2008 2:43 AM -
0 Votes
Updating a Database from a Strongly Typed Dataset
add datasource, we choose strong typed dataset which is generated automatically; when we want to do some customerized manipulation, we choose user defined dataset ...Answered | 1 Replies | 2747 Views | Created by FredHerring - Sunday, February 8, 2009 8:24 PM | Last reply by Yichun Feng - Thursday, February 12, 2009 2:23 AM -
0 Votes
Updating MS Access OleDb data source via Strongly Typed Dataset
method I could. I do not want to set the parameters thing... this is why I wanted to use the Strongly Typed ...Unanswered | 5 Replies | 5764 Views | Created by Destrehandave - Friday, November 21, 2008 6:21 AM | Last reply by KCastillo0319 - Wednesday, January 13, 2010 3:34 PM -
0 Votes
UdtTypeName in strongly typed dataset in dataset designer
I created a strongly typed DataSet (using dataset designer) with columns containing a SQL 2005 UDT. I'm able to select into a DataTable, and retrieve the UDT ...Unanswered | 1 Replies | 5555 Views | Created by Steve Conrad - Tuesday, December 4, 2007 3:40 AM | Last reply by Site Developer - Thursday, May 26, 2011 5:24 PM -
0 Votes
modifying the data in Strongly typed dataset before updating to the database
last_update_by varchar(10). I have generated a dataset for this table using the wizard (Add new datasource). I draged and drop this datasource on to a form ...Answered | 1 Replies | 3040 Views | Created by MadhavaReddy - Monday, July 27, 2009 5:25 PM | Last reply by Kira Qian - Wednesday, July 29, 2009 8:11 AM -
0 Votes
Updating DataSet using TableAdapter
Hello, The way I am updating the typed dataset right now is: this.myTableAdapter.Update (this.myDataset.ObjectTable);Answered | 1 Replies | 3061 Views | Created by zaboboa - Friday, March 31, 2006 4:44 PM | Last reply by Basil Banbouk - Tuesday, April 4, 2006 8:20 PM -
0 Votes
Stored Procedure- Return @@IDENTIY, Typed DataSet
typed dataset for the database and the stored procedure so all i had to do was call a method. However everytime I execute the method I get the number 2, not the ...Unanswered | 1 Replies | 3338 Views | Created by AtlasCreed - Sunday, September 9, 2007 4:04 PM | Last reply by boban.s - Sunday, September 9, 2007 8:57 PM -
0 Votes
guard against 2 users updating the same row
? I am using a typed dataset. -
0 Votes
Changes to typed dataset designer not reflecting in *.designer.cs
Hi I'm currently updating a project that uses a typed dataset. When I alter an update/insert command's command text and parameters of a datatables tables ...Unanswered | 0 Replies | 4181 Views | Created by Tris - Tuesday, October 24, 2006 5:08 PM | Last reply by Tris - Tuesday, October 24, 2006 5:08 PM -
0 Votes
Is there anyone facing this problem with DataGridView and typed dataset? Please help me!
I've got a problem with DataGridView control. I have a DataGridView bound to a BindingSource, which is also bound to a dataset (a typed ... -
0 Votes
Proper way to use background workers and typed datasets
scan thru some files grabbing the CRC and then updating the CRC field in the typed dataset... I have this working in single threaded mode just ...Answered | 1 Replies | 3861 Views | Created by Kanaida - Friday, August 10, 2007 5:14 AM | Last reply by Bruno Yu - Wednesday, August 15, 2007 6:51 AM -
0 Votes
SqlDataAdapter / DataSet and SQL server side trigger / constraints
When updating data using .NET 2.0 SqlDataAdapter and a strong typed dataset, it seems that constraints (foreign key) and trigger are disabled. I'm using a stored procedure ...Answered | 1 Replies | 6319 Views | Created by Hannoman - Monday, April 23, 2007 5:26 PM | Last reply by Hannoman - Wednesday, April 25, 2007 6:26 AM -
0 Votes
Inserted Row in DataSet not found by CurrencyManager
Hello, I'm binding a series of text boxes to a strongly-typed dataset with only one table. I need to insert a new row at any index in the table and then update the ... -
0 Votes
Returning typed or anonymous object using Linq
and updating corresponding columns). LINQ has some excellent capabilities of handling and merging multiple datasets, hence it appears ideal for the situation. Anyways, merging ...Answered | 2 Replies | 3668 Views | Created by bodhialok - Monday, August 13, 2007 8:08 PM | Last reply by bodhialok - Tuesday, August 14, 2007 7:20 PM -
0 Votes
Changing the Orginal DataRowVersion to ignore concurency errors?
I have a typed dataset, that the first time through I can update without any problems. I am updating based on orgianl datarow version. If I make another change (change the ...Unanswered | 1 Replies | 2353 Views | Created by apalcer - Thursday, July 14, 2011 9:29 PM | Last reply by Werewolfs - Monday, July 18, 2011 8:33 AM - Items 1 to 20 of 157147 Next ›
No announcements