ODBC Connection with SQL Migration

  • Here's the scenario:

    Migrating a SQL Server 2000 database to SQL Server 2012. The database migrates easily enough in the test environment. This database has an Access front end connected via ODBC. I DON'T have access (no pun intended) to the front end application.

    Assuming the database is migrated and the DNS entry is aliased, will the ODBC connector used by the Access application be able to connect to the SQL 2012 version without creating a new ODBC connection?

    I tried to google this but there was too much chaff to try to sort through.

  • Do you have access to the connection string?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • Not currently. The clients have the front end on their systems and this is supposed to be as transparent as possible.

  • At a minimum, I think you will need to know what the workstation environment is. ODBC in Windows XP is quite different from Win7 or Win8. Also the version of Access would be helpful. We've done conversions like that, but we always had access to the front-end.

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • We are all in a standard work environment of Windows 7 and all using Office 2010. Now that I think of it I could just build a front end myself and test it.. lol..

    thanks for the input!

  • Building a test front-end is an excellent approach. One of the changes in Win7 and later is that the ODBC DSN must be done for the current User, while in older versions you could define a System one and get it to work. But as long as the DSN name doesn't change, I would expect the connection to work after the upgrade. I presume Integrated Security is being used, not SQL Server defined user logins - if not, you may want to investigate, though it sounds like you don't have much control over the network.

    Wendell
    Colorful Colorado
    You can't see the view if you don't climb the mountain!

  • Thanks! The ODBC SHOULD be on the current User and is Integrated Security so I'm going to keep my fingers crossed and test it out.

    Erin

Viewing 7 posts - 1 through 6 (of 6 total)

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