Hi,
I have read your code. It seems correct. You have set the rowitem value and add the rowitem to the datatable.
I suggest you to set breakpoints at
->ds.Tables(tbale).Rows.Add(rowitem)
->DbAccess.executeUpdateDataSet(ds, tbale,"select * from Supplier") 'Call command builder
And check
1. The table has added a rowitem and the value is correct.
2. DbAccess.executeUpdateDataSet method is run correctly.
Please let me know the result. You can also make a demo project for us to test. Upload your demo project to some server and offer us the URL. Skydrive (http://skydrive.live.com/) may be a good option to upload the demo.
Best regards,
Ling Wang
Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.