Can you create an access database programmatically?
I am working on a program that records on a database and loads from it. I want to allow the user to create a new database to record, but I have no idea where to start.
The first question is: is it possible to create a database programmatically?
The second is: if it is possibly, how do you do it?
Thanks in advance.