Top "Tableadapter" questions

a .Net component, that fills a dataset with data from the database.

How to delete a selected DataGridViewRow and update a connected database table?

I have a DataGridView control on a Windows Forms application (written with C#). What I need is: when a user …

c# winforms datagridview tableadapter
Update requires a valid UpdateCommand when passed DataRow collection with modified rows

So I had this working last week. At least, I thought I did! DataGridView Update Then I start working on …

c# .net tableadapter
DataGridView does not refresh after dataset update vb.net

I have a vb.net form with a dataGridView The dataGridView data source is the dgvTableAdapter with this sql statement …

vb.net datagridview dataset tableadapter
Saving Dataset to database

I am trying to save a dataset to a database. I got a dataset from another class, Now changes will …

c# sql-server datagridview dataset tableadapter
Using TableAdapter to insert rows into a dataset does not do anything

I have a question similar to this one, but reading the (accepted) answer didn't give me much insight, so I'm …

sql vb.net insert tableadapter mdf
Getting @@IDENTITY from TableAdapter

I am trying to complete a seemingly simple task that has turned into a several hour adventure: Getting @@Identity from …

c# asp.net sql tableadapter
What happened to my TableAdapter's Update and Delete commands?

I am fighting a recalcitrant VS2008 DataSet designer, it seems. I have been trying to do what seems to be …

visual-studio-2008 dataset designer tableadapter
Conflicting versions of MySql.Data.dll in .Net project not allowing me to add/edit TableAdapters in my DataSets

I have a WinForms / .Net 4.0 application in Visual Studio 2015 Update 3. When I try to add, or edit, a TableAdapter in …

.net visual-studio dataset mysql-connector tableadapter
Control TableAdapter Command Timeout Globally

I have a DataSet with a QueriesTableAdapter. In order to control the SqlCommand.CommandTimeout I've added a partial class called …

c# tableadapter
Failed to convert parameter value from string to guid

I have a tiered application. The datalayer makes a call to the database by using a dataset which contains a …

asp.net n-tier-architecture tableadapter