Results 1 to 3 of 3

Thread: Multiple User Database??

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 1999
    Location
    NY, USA.
    Posts
    240

    Post

    Can someone please tell me where I can get help on creating and using a Multi-User Database in VB.

    Thanks

  2. #2
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    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

  3. #3
    Addicted Member
    Join Date
    Oct 1999
    Posts
    232

    Post

    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
  •  



Click Here to Expand Forum to Full Width