|
-
Feb 11th, 2005, 11:07 AM
#1
Thread Starter
New Member
can't connect Access 2000!
I can't connect Access 2000 with password!!!
data.connect ="MS Access;PWD=mypassword" -works with access97 but not access2000!!!
Pls Help!!!
-
Feb 11th, 2005, 11:10 AM
#2
PowerPoster
Re: can't connect Access 2000!
If I remember correctly, I had to put a Service Pack in VB6 before I could access ACCESS2000.
-
Feb 11th, 2005, 11:16 AM
#3
Thread Starter
New Member
Re: can't connect Access 2000!
 Originally Posted by Pasvorto
If I remember correctly, I had to put a Service Pack in VB6 before I could access ACCESS2000.
Service Pack 5 installed.
And i can access Access2000, but if database file protected with password I can't do it!
-
Feb 11th, 2005, 12:47 PM
#4
Fanatic Member
Re: can't connect Access 2000!
VB Code:
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=database.mdb;Jet OLEDB : Database Password = 'password'"
Note - remove the spaces between the B and the colon, and the colong and the D in - OLEDB : Database
Forum was creating a smily if I remove them. IE: OLEDB atabase
Here's to us!
Who's like us?
Darned few, and they're all dead!
-
Feb 11th, 2005, 01:05 PM
#5
Re: can't connect Access 2000!
VB Code:
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=database.mdb;Jet OLEDB:Database Password = 'password'"
You can disable (per posting) the smilies in your post by checking "Disable smilies in text"
under the Miscellaneous Options frame when replying to a thread.
:) <-- Disabled smilie
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Feb 14th, 2005, 09:52 AM
#6
Thread Starter
New Member
Re: can't connect Access 2000!
 Originally Posted by demotivater
VB Code:
"Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=database.mdb;Jet OLEDB : Database Password = 'password'"
You are talking about ADO, but i'm using DAO.
Any way thnx.
p/s
Is there any boby knows how to connect ACCESS 2000 with password using "data.connect=..." ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|