Unrecognized database format

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ahmed222too
    New Member
    • Sep 2007
    • 47

    Unrecognized database format

    I use access 2007

    when i try this code in VB6, it doesnot work:

    Set db = OpenDatabase("I CA Analyzed Corpus.accdb")

    the message which appear is "Unrecogniz ed database format"
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Use ADO's to connect to Access 2007
    Reference:
    Microsoft Activex DatObjects 2.7 (Or higher)

    Regards
    Veena

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      Originally posted by ahmed222too
      I use access 2007

      when i try this code in VB6, it doesnot work:

      Set db = OpenDatabase("I CA Analyzed Corpus.accdb")

      the message which appear is "Unrecogniz ed database format"
      What is that ICA Analyzed Corpus.accdb? The file extension of access is .mdb or am I just wrong? :)

      Rey Sean

      Comment

      • Awaltii
        New Member
        • Jul 2009
        • 4

        #4
        Covert the database to ms access 2000 or 2003 file format. Visual basic 6.0 does not recognise access 2007 file format

        Comment

        Working...