connect to encrypted Access file(*.mdb)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am not very familar with Microsoft Access,but it seems that when you encrypt a access file(in menu tool->security),you needn't enter a username.Now the problem come: In VB6.0,how can i connect to such a encrypted file?By data control,i didn't find any property related to database security;by ADO,the connection string shall contain a username,but what's the username to such a file?I tried leave it empty,but it caused a error :( :confused: