SQL Server 2012 Connecting to MS Access 2003












3















SQL Server 2012 - Access 32-bit 2003 - I can import the database, I don't understand why I can't link to it. SQL 2012 may have changed the connection string or something.



I just installed SQL Server 2012 to test differences and make sure it is ok for my Work. I may not be a pro at SQL, but I don't see how to add a Link to Jet database on my server. I have imported Jet Databases, but when going thru the GUI to Link a JET Database I see no Provider for JET. I am running Access 2003 (I don't like the 2008+ GUI)



I searched an found nothing similar to my issue; at least nothing I understood. Nothing mentioned how to add Jet db Provider.



I ran a connection string to the Jet Database thru QA:



sp_addlinkedserver 'USGEScrub', 'Access', 'Microsoft.Jet.OLEDB.4.0',  
'D:Lead$SupListUSGEScrub.mdb'


The connection string works till I try to access the data and then I get this the error and of course if I click the links nothing shows up:




TITLE: Microsoft SQL Server Management Studio



Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)



For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&LinkId=20476



ADDITIONAL INFORMATION:



An exception occurred while executing a Transact-SQL statement or batch.
Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked
server "USGEScrub". (Microsoft SQL Server, Error: 7302)



For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=7302&LinkId=20476











share|improve this question





























    3















    SQL Server 2012 - Access 32-bit 2003 - I can import the database, I don't understand why I can't link to it. SQL 2012 may have changed the connection string or something.



    I just installed SQL Server 2012 to test differences and make sure it is ok for my Work. I may not be a pro at SQL, but I don't see how to add a Link to Jet database on my server. I have imported Jet Databases, but when going thru the GUI to Link a JET Database I see no Provider for JET. I am running Access 2003 (I don't like the 2008+ GUI)



    I searched an found nothing similar to my issue; at least nothing I understood. Nothing mentioned how to add Jet db Provider.



    I ran a connection string to the Jet Database thru QA:



    sp_addlinkedserver 'USGEScrub', 'Access', 'Microsoft.Jet.OLEDB.4.0',  
    'D:Lead$SupListUSGEScrub.mdb'


    The connection string works till I try to access the data and then I get this the error and of course if I click the links nothing shows up:




    TITLE: Microsoft SQL Server Management Studio



    Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)



    For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&LinkId=20476



    ADDITIONAL INFORMATION:



    An exception occurred while executing a Transact-SQL statement or batch.
    Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked
    server "USGEScrub". (Microsoft SQL Server, Error: 7302)



    For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=7302&LinkId=20476











    share|improve this question



























      3












      3








      3








      SQL Server 2012 - Access 32-bit 2003 - I can import the database, I don't understand why I can't link to it. SQL 2012 may have changed the connection string or something.



      I just installed SQL Server 2012 to test differences and make sure it is ok for my Work. I may not be a pro at SQL, but I don't see how to add a Link to Jet database on my server. I have imported Jet Databases, but when going thru the GUI to Link a JET Database I see no Provider for JET. I am running Access 2003 (I don't like the 2008+ GUI)



      I searched an found nothing similar to my issue; at least nothing I understood. Nothing mentioned how to add Jet db Provider.



      I ran a connection string to the Jet Database thru QA:



      sp_addlinkedserver 'USGEScrub', 'Access', 'Microsoft.Jet.OLEDB.4.0',  
      'D:Lead$SupListUSGEScrub.mdb'


      The connection string works till I try to access the data and then I get this the error and of course if I click the links nothing shows up:




      TITLE: Microsoft SQL Server Management Studio



      Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)



      For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&LinkId=20476



      ADDITIONAL INFORMATION:



      An exception occurred while executing a Transact-SQL statement or batch.
      Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked
      server "USGEScrub". (Microsoft SQL Server, Error: 7302)



      For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=7302&LinkId=20476











      share|improve this question
















      SQL Server 2012 - Access 32-bit 2003 - I can import the database, I don't understand why I can't link to it. SQL 2012 may have changed the connection string or something.



      I just installed SQL Server 2012 to test differences and make sure it is ok for my Work. I may not be a pro at SQL, but I don't see how to add a Link to Jet database on my server. I have imported Jet Databases, but when going thru the GUI to Link a JET Database I see no Provider for JET. I am running Access 2003 (I don't like the 2008+ GUI)



      I searched an found nothing similar to my issue; at least nothing I understood. Nothing mentioned how to add Jet db Provider.



      I ran a connection string to the Jet Database thru QA:



      sp_addlinkedserver 'USGEScrub', 'Access', 'Microsoft.Jet.OLEDB.4.0',  
      'D:Lead$SupListUSGEScrub.mdb'


      The connection string works till I try to access the data and then I get this the error and of course if I click the links nothing shows up:




      TITLE: Microsoft SQL Server Management Studio



      Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)



      For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&LinkId=20476



      ADDITIONAL INFORMATION:



      An exception occurred while executing a Transact-SQL statement or batch.
      Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked
      server "USGEScrub". (Microsoft SQL Server, Error: 7302)



      For help, click: http://go.microsoft.com/fwlinkProdName=Microsoft%20SQL%20Server&ProdVer=11.00.2100&EvtSrc=MSSQLServer&EvtID=7302&LinkId=20476








      microsoft-access sql-server






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 13 '13 at 7:05









      Journeyman Geek

      112k43217368




      112k43217368










      asked Jun 25 '12 at 21:26









      CrazydCrazyd

      29412




      29412






















          1 Answer
          1






          active

          oldest

          votes


















          0














          looks like it might be to do with the drivers.

          Here is Microsoft's take on the issue: http://support.microsoft.com/kb/2555855






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f441500%2fsql-server-2012-connecting-to-ms-access-2003%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            looks like it might be to do with the drivers.

            Here is Microsoft's take on the issue: http://support.microsoft.com/kb/2555855






            share|improve this answer




























              0














              looks like it might be to do with the drivers.

              Here is Microsoft's take on the issue: http://support.microsoft.com/kb/2555855






              share|improve this answer


























                0












                0








                0







                looks like it might be to do with the drivers.

                Here is Microsoft's take on the issue: http://support.microsoft.com/kb/2555855






                share|improve this answer













                looks like it might be to do with the drivers.

                Here is Microsoft's take on the issue: http://support.microsoft.com/kb/2555855







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 28 '12 at 18:19









                SeanCSeanC

                3,29411425




                3,29411425






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f441500%2fsql-server-2012-connecting-to-ms-access-2003%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Список кардиналов, возведённых папой римским Каликстом III

                    Deduzione

                    Mysql.sock missing - “Can't connect to local MySQL server through socket”