dataset.datatab le.adddatatable row("john", "rambo")
datatabletablea dapter.update(d ataset.datatabl e)
when i view my mysql table using navicat, the row was not added. i tried adding dataset.datatab le.acceptchange s() but it doesn't help.
any good samaritan there please help me. thank you in advance.
datatabletablea dapter.update(d ataset.datatabl e)
when i view my mysql table using navicat, the row was not added. i tried adding dataset.datatab le.acceptchange s() but it doesn't help.
any good samaritan there please help me. thank you in advance.
Comment