K
Keith Kowalski
WindowsXP Pro, Visual Studio 2003, Language=VB
This is a windows Form.
I used the wizard to create the OleDbDataAdapter and DataSet.
Basically rigth now the only code I have is on Form_Load which is
Me.OleDbDataAdapter1.Fill(Me.MainDataSet)
This will populate the Datgrid as desired, i can make changes in the
datagrid and it looks like it lets me add new rows. What do I need to do to
get this information to save in the database?
Thanks in advance for your help.
Keith
This is a windows Form.
I used the wizard to create the OleDbDataAdapter and DataSet.
Basically rigth now the only code I have is on Form_Load which is
Me.OleDbDataAdapter1.Fill(Me.MainDataSet)
This will populate the Datgrid as desired, i can make changes in the
datagrid and it looks like it lets me add new rows. What do I need to do to
get this information to save in the database?
Thanks in advance for your help.
Keith