Re: newbie help adding rows via datatable row method
Posted by: Dan Carr
Date: November 08, 2006 02:30PM

Thanks a bunch Patrik. I added this statement after assigning the adapter:
Dim cb As MySqlCommandBuilder = New MySqlCommandBuilder(da)
and viola!-- the database got updated. I had to do a little research on commandBuilder and not sure if I still understand it, but thanks again.

Trying to migrate from VB6 to VB.net and ADO to ADO.net is driving me bonkers.

Dano

Options: ReplyQuote


Subject
Written By
Posted
Re: newbie help adding rows via datatable row method
November 08, 2006 02:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.