A
appleforce
Guest
How to create an Access-database i VB 2019
There is method DBEngine.CreateDatabase, I guess that's the one to use.
I have tried this code and I have referenced DAO 3.6
Dim dbNew As DAO.Database = DBEngine.CreateDatabase(Dbase, dbLangSwedFin, dbVersion30)
But no luck.
There ought to be someone who knows, please help, how to use Createdatabase
Appleforce
Continue reading...
There is method DBEngine.CreateDatabase, I guess that's the one to use.
I have tried this code and I have referenced DAO 3.6
Dim dbNew As DAO.Database = DBEngine.CreateDatabase(Dbase, dbLangSwedFin, dbVersion30)
But no luck.
There ought to be someone who knows, please help, how to use Createdatabase
Appleforce
Continue reading...