|
-
Apr 29th, 2001, 06:35 PM
#1
Thread Starter
Junior Member
open dbase with password
How do I open database with password??
I tried this
set db = opendatabase("c:\dd.mdb",,,";pwd=password")
but the respons was "Not a valid password"
Any idee?
Icesoft
-
Apr 29th, 2001, 09:33 PM
#2
Addicted Member
Is 'password' a real password? Try opening it without anything:
Set db = opendatabase("C:\mydb.mdb")
-
Apr 30th, 2001, 12:52 PM
#3
Thread Starter
Junior Member
I found the answear to this my self after few hours of sleep.
set set db = opendatabase("c:\dd.mdb",0,0,";pwd=password")
that works thanx anyway (and sorry for my spelling)
IceSoft
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
|