VB6 Open Database Command Options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Eric March
    New Member
    • Oct 2006
    • 1

    VB6 Open Database Command Options

    What are the meanings of the two options in the OpenDatabase command?

    I want to ensure that I open the MS Access database in shared mode.
    I dug around this forum and found

    Set dbs = OpenDatabase("r ecent.mdb", False, False, ";pwd=''")

    I looked up help in VB6 to see what the two False options mean. One means
    open exclusive is false which is the default, but it is not clear which option does this and what the other option does.
Working...