Re: Password problem
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 10/04/04
- Previous message: Fran: "Problem with DAO360.dll"
- In reply to: David: "Password problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 04 Oct 2004 12:44:47 -0500
On Mon, 4 Oct 2004 09:21:25 -0400, "David" <not@directemail.com> wrote:
¤ Hey,
¤
¤ I've been using ADO for a few years now and now I need to simply open
¤ an access DB using DAO3.6 which has is password protected.
¤
¤ set dbtemp = opendatabase("MyDB.MDB",False,False," ;pwd=mypass")
¤
¤ I get an error about "cannot find...ISAM" something, something...
¤ If I remove the second False I get "Invalid password"
¤
¤ I don't want to work with workspaces nor ODBC I simply want to open the
¤ password protected Access2000 DB using DAO3.6.
¤
I believe you need to specify the driver in the Connect string parameter
set dbtemp = opendatabase("MyDB.MDB",False,False,"MS Access;pwd=mypass")
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Previous message: Fran: "Problem with DAO360.dll"
- In reply to: David: "Password problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|