Results 1 to 4 of 4
  1. #1
    alobi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2013
    Posts
    7

    unrecognized database format Vb.Net Access 2007

    Could some one please help this error message: "Unrecognized database format 'C:\Innoson\Project1.NET\Innoson\Innoson\Humanreso uces.accdb'."Here are my codes, thank you for your time

    Private
    Sub BtnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnSearch.Click


    dim cmd As OleDbCommand = New OleDbCommand()
    Dim sConStr AsString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data " & "Source=C:\Innoson\Project1.NET\Innoson\Innoson\Hu manresouces.accdb"
    Dim conn As OleDbConnection
    conn =
    New OleDbConnection(sConStr)
    cmd.Connection = conn
    cmd.CommandType = CommandType.StoredProcedure
    cmd.CommandText
    "getEmployID"
    conn.Open() cmd.ExecuteNonQuery()
    conn.Close()

  2. #2
    tanvi is offline Competent Performer
    Windows XP Access 2010 32bit
    Join Date
    Mar 2012
    Posts
    100
    Check this post: http://recoverdatabase.blogspot.in/2...-error-ie.html
    This post has full description about the error!!

  3. #3
    alobi is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jan 2013
    Posts
    7
    Quote Originally Posted by tanvi View Post
    Check this post: http://recoverdatabase.blogspot.in/2...-error-ie.html
    This post has full description about the error!!
    This is a very small database, do you think that deleting this database and building another one will solve the problem?
    thanks

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    The referenced post describes error caused by opening with Access application an Access db created by another version. You are trying to establish a connection to db with VB.net project. Not quite the same. You can try rebuilding the db but if issue persists might want to post question in a VB.net forum.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 11-01-2012, 01:00 PM
  2. Unrecognized database format
    By looloo in forum Access
    Replies: 4
    Last Post: 09-26-2011, 11:33 PM
  3. Database in unrecognized format - 2010 to 2007
    By ajetrumpet in forum Access
    Replies: 2
    Last Post: 03-16-2011, 01:46 PM
  4. Unrecognized database format
    By Frank in forum Access
    Replies: 1
    Last Post: 08-05-2009, 07:35 AM
  5. Unrecognized database format
    By pacala_ba in forum Access
    Replies: 0
    Last Post: 03-19-2009, 10:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums