I am trying to build a program (MFC) with tree views ( controls) and I will like to initialize the treewiev when my program starts up. I want to read the data from a access-database (*.mdb) and like to get a all the records from the database i in my TreeWiev.
I use ODBC. but I can use Dao too.
Importend: I use very many tabels in my DB (100-&gt so I don´t want to write the name of all tables or make a class for every table.
There is relations between all the tables so I want the TreeWiev to look like the "relation-wiev" in Access program.
How do I initialize this??
Is there a more cleaver solution??
Many thanks!!!!

Sorry for my bad English