M
Mochuelo
Hi,
I have Visual Studio 2005 and SQL Server 2005. I am new to this
database (although I've used others for years). First I'm just trying
simple things, like inserting a DataGridView in my form that, being
linked to a table in my database server, will allow me to visualize,
edit and _update_ that table, in the server. I have no problems to
visualize, edit, add rows, delete rows... in the DataGridView, but I
don't know how to _update_ the table in the database server. Which
method do I need to call? And on which component? Currently, I have
one DataSet, one BindingSource, one TableAdapter, and of course one
DataGridView.
TIA.
I have Visual Studio 2005 and SQL Server 2005. I am new to this
database (although I've used others for years). First I'm just trying
simple things, like inserting a DataGridView in my form that, being
linked to a table in my database server, will allow me to visualize,
edit and _update_ that table, in the server. I have no problems to
visualize, edit, add rows, delete rows... in the DataGridView, but I
don't know how to _update_ the table in the database server. Which
method do I need to call? And on which component? Currently, I have
one DataSet, one BindingSource, one TableAdapter, and of course one
DataGridView.
TIA.