JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1658
|
Re: how to connect a ms-acess password protected database by adodc data control ??
The ADODC control does have a Username & Password field, so if you have one, you should be able to enter it. in the connection string I belive if you add:
"username=;password=" you can put it there also.
If you don't have a username/password to gain access. The only way I'm aware of would be 1) get username/password, 2) have someone that has access to export (if they have rights) to an un-password protected database.
The catch is this: a database password is different from a "group" password. DB password has no security groups. "Groups" security may involve different connection techniques since the database is opened with the group file.
[Edited by JLRodgers on 06-09-2002 at 01:20 PM GMT]
|