S
steve
We're beginning a major rewrite of a VB6 application that currently uses ADO
and an Access database. In this application, we routinely query multiple
table through JOINs and place the result in a single connected record set
that is often bound to a grid for display and editing by the user. Changes
to the database are implemented by the record set's Update command.
We're looking to rewrite using VB.NET in VS2005 and either SQL Express or
Access (haven't decided yet). We can seem to get a handle on how to acheive
the same sort of data handling in ADO.NET 2.0 as we used in ADO, that is,
query into multiple table combined into a single entity that can be bound to
a grid for display and editing by the user, and with a simple Update command
updating the database tables.
There are plenty of examples of this using single tables, but how do we go
about combining data from multiple db tables via query JOINs, and then
binding the result to a single grid or view for display and editing, and
then updating the tables?
Can someone point us to samples or examples illustrating the best way to do
this? TIA!
and an Access database. In this application, we routinely query multiple
table through JOINs and place the result in a single connected record set
that is often bound to a grid for display and editing by the user. Changes
to the database are implemented by the record set's Update command.
We're looking to rewrite using VB.NET in VS2005 and either SQL Express or
Access (haven't decided yet). We can seem to get a handle on how to acheive
the same sort of data handling in ADO.NET 2.0 as we used in ADO, that is,
query into multiple table combined into a single entity that can be bound to
a grid for display and editing by the user, and with a simple Update command
updating the database tables.
There are plenty of examples of this using single tables, but how do we go
about combining data from multiple db tables via query JOINs, and then
binding the result to a single grid or view for display and editing, and
then updating the tables?
Can someone point us to samples or examples illustrating the best way to do
this? TIA!