Jun 4, 2002 #1 dominiopt Technical User Sep 10, 2001 75 PT Hi everybody, please someone help me with this. Why this code are given error ? 'DAO example with JET connection Set ws = DBEngine.Workspaces(0) Set db = ws.OpenDatabase(App.Path & "\dbFile.mdb", "; pwd = pass " Thanks Fernando
Hi everybody, please someone help me with this. Why this code are given error ? 'DAO example with JET connection Set ws = DBEngine.Workspaces(0) Set db = ws.OpenDatabase(App.Path & "\dbFile.mdb", "; pwd = pass " Thanks Fernando
Jun 5, 2002 #2 Phi1Smith Programmer Jun 5, 2001 33 GB Hi I don't use DAO but this works with ADODB connections "Jet OLEDBatabase Password=mypassword" if the password is set at database level Good Luck Phil Upvote 0 Downvote
Hi I don't use DAO but this works with ADODB connections "Jet OLEDBatabase Password=mypassword" if the password is set at database level Good Luck Phil