sql - VB.Net DataGridView update query results -
sql - VB.Net DataGridView update query results -
i working in converting out of date access application in .net application.
in access have query on form contains list of customers , vehicles users can edit info required.
i followed next guide populate info grid
http://msdn.microsoft.com/en-us/library/fbk67b6z(v=vs.90).aspx
as expect need replicate functionality in .net, have been able populate datagridview results of query joining 2 tables have not been able work out how handle update of tables through datagridview. understand datagridview contains results of query need manually code updatecommand of dataadapter , stuck.
in short need update 2 tables though single info grid view.
kind regards
what add together hidden column(s) unique key(s) bring together 2 tables , write 2 update queries (one each table) , utilize hidden column(s) parameters where
clause in each query.
sql vb.net datagridview
Comments
Post a Comment