SQL connections to Access

  • We have an old access database which someone is trying to connect to from a linked server in SQL2005. In SQL2000 this worked with no issue however I cannot now find a old db provider which will allow me to connect to this db.

    Is this possible anymore or does the fact that it is access 97 mean the connection is now not possible ?

  • Sure this is possible.

    Take nwind.mdb in root of C drive for example

    Create new linked server in SSMS

    Linked Server = NWIND

    - Other Data Source Checked

    Provider = Microsoft Jet 4.0 OLE DB Provider

    Product Name = OLE DB Provider for Jet

    Data Source = c:wind.mdb

    Save it.

    Now can query:

    select *

    from [NWIND]...[Categories]

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply