Hi
Can anyone please tell me how to insert an imported database into a tree control in the CDocument.
For example, I have opened the database using ODBC, then when I imported the database into my program (which is temporary stored in a defined structure file), the name of the file will appear in the Tree List:
Previously:
-- Database
After:
+ -- Database
|__ project file (imported)
Please tell me how to do it. Thank very much!
Can anyone please tell me how to insert an imported database into a tree control in the CDocument.
For example, I have opened the database using ODBC, then when I imported the database into my program (which is temporary stored in a defined structure file), the name of the file will appear in the Tree List:
Previously:
-- Database
After:
+ -- Database
|__ project file (imported)
Please tell me how to do it. Thank very much!