H.P. Ng
July 7th, 1999, 11:37 AM
I am VERY new to database programming, i.e. just started to read about database programming using C++.
I want to create database via my MFC/C++ application. I want to avoid using another third party application like ACCESS to manually create database files. That means when my application runs, and it could not find for example a mydatabase.mdb (mdb is a Jet Engine database ) file, then it would proceed to
created a default database file.
All the stuff I read so far assume you have a database somewhere already. Surely there is a way to do this.
Also, it there a control component that lets user create database?
Anyone knows of a great C++/database forum/site?
Thank you.
Kind regards,
H.P. Ng
I want to create database via my MFC/C++ application. I want to avoid using another third party application like ACCESS to manually create database files. That means when my application runs, and it could not find for example a mydatabase.mdb (mdb is a Jet Engine database ) file, then it would proceed to
created a default database file.
All the stuff I read so far assume you have a database somewhere already. Surely there is a way to do this.
Also, it there a control component that lets user create database?
Anyone knows of a great C++/database forum/site?
Thank you.
Kind regards,
H.P. Ng