Click to See Complete Forum and Search --> : Help Needed!


xingstar
June 6th, 1999, 12:04 PM
I am working on a project which need to dynamically create a database (MS access 7.0). The name of table and number of fields and records depend on the user's input. How can I dynamically create the database? What kind of method should I use? Can you give me some advices about it? Thanks a lot in advance!

Walter I An
June 6th, 1999, 01:22 PM
There is a sample application called DAOTABLE
in VC++ help content. It shows U a way to create
a database with tables and other database related
stuffs done thru MFC codes.

Hope for help. :)

Walter