-
Help Needed!
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!
-
Re: Help Needed!
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