boomboombugsh
Member
- Joined
- Dec 30, 2011
- Messages
- 5
- Programming Experience
- Beginner
Hello everyone
I have a datagridview and Im populating it through setting its datasource from a dataTable that came form dataset...That came from Multiple tables Inner Joined. I am able to SELECT data from database to display it to the datagridview. But when it comes to UPDATE, INSERT and DELETE statements..Im having problem because the MySQLCOmmandBuilder says it cant update data from multiple table.
Any code snippets will be a great help
Thanks
I have a datagridview and Im populating it through setting its datasource from a dataTable that came form dataset...That came from Multiple tables Inner Joined. I am able to SELECT data from database to display it to the datagridview. But when it comes to UPDATE, INSERT and DELETE statements..Im having problem because the MySQLCOmmandBuilder says it cant update data from multiple table.
Any code snippets will be a great help
Thanks