|
-
Nov 10th, 1999, 04:30 PM
#1
Thread Starter
Addicted Member
Can someone please tell me where I can get help on creating and using a Multi-User Database in VB.
Thanks
-
Nov 10th, 1999, 09:08 PM
#2
Addicted Member
Hallo, Omar!
Ich bin Alexei 
If you use ms access you can use workgroup information file System.mdw to access the security information about users and groups.
For sample:
JetName="MyTest"
UserName="Guest"
Password="Test"
DBEngine.SystemDB = "d:\system.mdw"
Set wrkJet = DBEngine.CreateWorkspace(JetName, UserName, Password, Type)
Set db1 = DBEngine.Workspaces(JetName).OpenDatabase(dbName, , False)
------------------
smalig
[email protected]
smalig.tripod.com
-
Nov 10th, 1999, 09:12 PM
#3
Addicted Member
Also you can use database password.
Look how to open database with password at http://smalig.tripod.com/vb/079913.html
------------------
smalig
[email protected]
smalig.tripod.com
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
|