borderAndreaVB free resources for Visual Basic developersborder

AndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincani

AndreaVB Home | News Home | Forum Home | Downloads | Register | Search | PM | Profile

Previous Topic (Is it possible to creat a user id and password to access database?)Next Topic (Combo and Text Box) New Topic Post Reply
AndreaVB OnLine : Database : vb.net connectin with ms access
Poster Resource
navjot_batra
Level: Trainee

Registered: 06-11-2009
Posts: 1
icon vb.net connectin with ms access

I am using MS Access as my database. I connect with my database very well, But when i set MS Access database Password then connection gives error, says cannot connect the file how can i solve this problem.

06-11-2009 at 05:36 PM
View Profile Send Email to User Show All Posts | Add Comment
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 606
icon Re: vb.net connectin with ms access

You need to add the Database Password to your Connection String -
[Code]
";Jet OLEDBatabase Password=MyPassword"
[/Code]
The website is changing the : (colon) and the Upper Case 'D' in the string to a smilie -




[Edited by GeoffS on 09-11-2009 at 08:45 AM GMT]

____________________________
multi-tasking - the ability to hang more than one app. at the same time.

09-11-2009 at 08:39 AM
View Profile Send Email to User Show All Posts | Add Comment
markiecork
Level: Protégé

Registered: 20-04-2010
Posts: 4
icon Re: vb.net connectin with ms access

I have also same problem so I have use code
[Code]
";Jet OLEDBatabase Password=MyPassword"
[/Code]
My problem was solved.Thanks to advice.

____________________________
r4 gold

20-04-2010 at 10:15 AM
View Profile Send Email to User Show All Posts | Add Comment
AndreaVB OnLine : Database : vb.net connectin with ms access
Previous Topic (Is it possible to creat a user id and password to access database?)Next Topic (Combo and Text Box)New Topic 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-2010 Andrea Tincaniborder