Click to See Complete Forum and Search --> : dynamic create a DAO database


balak yap
February 29th, 2000, 09:27 PM
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...

Lothar Haensler
March 2nd, 2000, 02:58 AM
DAO has a CreateDatabase method.
check out the online help for restrictions and parameters.