Results 1 to 2 of 2

Thread: URGENT:: password protecting db, pls help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Location
    Lowestoft
    Posts
    91

    Unhappy

    This is very important, can anyone who knows databases pls look at:

    http://forums.vb-world.net/showthrea...threadid=23390

    where i need real big help, i know more ppl look at this section of the forum so my plea is here. Thanks
    Mag-Net's Home
    Visual Studio 6-Enterprise - SP4
    ICQ: 35519773
    Have Fun

  2. #2
    Addicted Member
    Join Date
    Jun 2000
    Posts
    175
    If I understand you correctly this code should do it

    Dim MyDb As Database, Mytable As Table
    Set MyDb = DBEngine.Workspaces(0).OpenDatabase(Databasename, 0, 0, ";pwd=" & PassWord)
    Set Mytable = SanadDb.OpenTable(Table)
    Mass

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