W
Wade
I'm new to VB .NET and I've made an Access database with several
one-to-many relationships. I want to display the data in a datagrid
and give users the ability to edit the database. It's simple enough
to import the database into a DataSet and display the string data that
the keys point to using SQL INNER JOIN statements, but once the data
has been updated, how do I use the new string data values to update
the child keys that need to be returned to the database? Do I need to
import the parent tables in their entirety and make a relational
dataset? If anyone could point me to some example code that would be
very helpful.
one-to-many relationships. I want to display the data in a datagrid
and give users the ability to edit the database. It's simple enough
to import the database into a DataSet and display the string data that
the keys point to using SQL INNER JOIN statements, but once the data
has been updated, how do I use the new string data values to update
the child keys that need to be returned to the database? Do I need to
import the parent tables in their entirety and make a relational
dataset? If anyone could point me to some example code that would be
very helpful.