I have a DataGridView that's populated from a DataTableAdatper, as in this tutorial.
I guess since it's an ODBC MySQL connection, it's not generating DBDirectMethods for me.
My question is how do I update a specific row in the DB after the user has edited it in the grid? Do I need to specify a DeleteCommand in my adapter? When would it be called?