|
Hi this is probably those kind of questions that comes one a month, sorry about that
I have a DB in MySQL and i'm using the mySQL drivers I've manage to create a DataGridView that shows the accurate information from a given table
What i wanted i that this DataGridView acted as a "port" to the DB, what i mean is, when i delete a row on this DataGridView the actual row in the Table is also deleted, the same for updates and inserts. How can i do this ? Can you point me to some sample code, tutorials or previous posts on the subject ?
Thanks
|