borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (what is difference between ADO and DAO ??)Next Topic (Run Time Population of a DBGrid Thru Recordset) New Topic New Poll Post Reply
AndreaVB Forum : Database : how to connect a ms-acess password protected database by adodc data control ??
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to connect a ms-acess password protected database by adodc data control ??

I am trying to connect a ms-acess database by adodc data control but i am getting error message
the error is <---- you Can 't start your application.
The workgroup information file
is missing or opened exclusively by another user.
(Error 3028)

so please tell me any one
is there any way that can establish  a connection to ms-acess password protected database but i know it s possible by odbc but
i dont want to work with odbc rather i want to establish a connection by connection string feature of adoc control.
as well as i getting same type of error when i am trying to design a connection object by dataenvironment designer please tell me a how can i
design a connection object that actually will point to a ms-acess password protected database rather specifying my dsn name over there
if possible then plase tell me easy and good solution but dont suggest me to use dsn.

06-09-2002 at 10:01 AM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1658
icon 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]

06-09-2002 at 06:47 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
AndreaVB Forum : Database : how to connect a ms-acess password protected database by adodc data control ??
Previous Topic (what is difference between ADO and DAO ??)Next Topic (Run Time Population of a DBGrid Thru Recordset) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder