I need help (MS Access), |
Post Reply |
Author | |
migue
Newbie Joined: 02 August 2006 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 06 August 2006 at 3:58pm |
I want to work with MS Access but my database has got a password ... How can I create the provider with password in your connection... I've tried with this sentence but doesn´t work:
OpenProvider "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & cadena & ";Persist Security Info=False;Jet OLEDB:Database Password=xxx"
Thanks..
Miguel
|
|
PeySoft
Newbie Joined: 07 August 2006 Location: South Africa Status: Offline Points: 4 |
Post Options
Thanks(0)
|
Hi Mique
I would suggest you simply use the Access Application object. If your tables are linked then this should work since Access is handling the data connection through the application object. SO CalendarControl1.SetDataProvider Application.CurrentDB should work
|
|
MS Access Expert
(or trying to be!) |
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |