12. Database
Projects
In this lesson we will consider some projects using
DAOs, ODBC and
ADOs..
4.
Project
for
querying
from
multiple
tables
using
Querydef:
Suppose
you
have
two
tables
named
student
and
course
in a
database
college
as
shown
in
the
figure
7
and
8. You
want
to
make
a
query
involving
data
from
both
tables
and
print
them
in
the
sorted
order
of
the
student
numbers.

Figure
7

Figure
8
Enter
the
code
as
shown
in
the
figure
7a. The
output
of
the
query
appears
as
shown
in
the
figure
9.

Figure
9
   |