Update fail
Posted: Tue 01 Feb 2011 14:27
I'm building a small DB app with .net 2008 and MyDirect .Net Professional Edition vs. 4.85.34.0.
I am having no trouble selecting the data and displaying it in the program.
Private Sub vbname(form objvar, e) Handles vbname.click
Me.Argd_grantsTableAdapter.Fill(Me.Ds.argd_grants)
End sub
But I can't send updates to the MySql Database. I set everything up using the DataSet Manager and automatically generating the update, insert, and delete commands, but I don't understand how to call them appropriately.
I am having no trouble selecting the data and displaying it in the program.
Private Sub vbname(form objvar, e) Handles vbname.click
Me.Argd_grantsTableAdapter.Fill(Me.Ds.argd_grants)
End sub
But I can't send updates to the MySql Database. I set everything up using the DataSet Manager and automatically generating the update, insert, and delete commands, but I don't understand how to call them appropriately.