|
-
Jun 2nd, 2000, 06:55 AM
#5
Frenzied Member
The only code, in this thread segment OR the other, was put up by JimBob:
DBEngine.SystemDB = "c:\windows\system\system.mdw"
Set ws = CreateWorkspace("Ticketing", "Admin", "", dbUseJet)
If I were you, after dbengine.systemdb I would add:
DBEngine.DefaultUser= "username" 'the user that has the authority to open the database
DBnEngine.DefaultPassword="" 'password for the above user
Then Open the database with:
Set ws=CreateWorkspace(C ath\database.mdb")
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
|