I am using adox to create a new mdb database. How do I add a password to open the mdb and make the file hidden?
VB Code:
Set cat = New ADOX.Catalog cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbpath & ";Jet OLEDB:Engine Type=" & DBVersion Set cat = Nothing


Reply With Quote
