Hello;
I would like to know, how to dynamic create a DAO database in the runtime of the program, and
like it to my TextBox control as well without the MS Access. I am using DAO, and NOT ADO
Thanks
Sooner Or Later, Everyone Does...
Printable View
Hello;
I would like to know, how to dynamic create a DAO database in the runtime of the program, and
like it to my TextBox control as well without the MS Access. I am using DAO, and NOT ADO
Thanks
Sooner Or Later, Everyone Does...
DAO has a CreateDatabase method.
check out the online help for restrictions and parameters.