DataGridView and MySQL and Microsoft Visual Studio 2010 and Visual Basic .NET -
so far have
private dt new datatable datagridview1.datasource = dt everything working correctly, can browse values in table , edit them changes not saved table in mysql database.
i tried read doing updates , looks if datatable bound datagridview changes should updated inside mysql automatically can't figure out how set up. can provide info or point me in right direction?
your question vague - more details - may want through these. tableadapter class may help. job connect datatable/dataset actual database.
saving data overview http://msdn.microsoft.com/en-us/library/y2ad8t9c(v=vs.80)
tableadapter overview http://msdn.microsoft.com/en-us/library/bz9tthwx(v=vs.80).aspx
(edit - fixed links)
Comments
Post a Comment