Re: adox and mdb properties
To set a password just add...
VB Code:
Set cat = New ADOX.Catalog
cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbpath & ";Jet OLEDB:Engine Type=" & DBVersion [B]& ";Jet OLEDB:Database Password=password[/B]
Set cat = Nothing
To hide a file have a look at this...
Re: adox and mdb properties
I get the following error when I added that password code:
Could not find installable ISAM.
Re: adox and mdb properties
Quote:
Originally Posted by conniek
I get the following error when I added that password code:
Could not find installable ISAM.
Have a look at this.
Or, try this.
'