Connection to MSSQL windows authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karthik12chintu
    New Member
    • Aug 2012
    • 2

    Connection to MSSQL windows authentication

    i am using mysql for my application. now i want to use mssql server windows authentication. i would b thankful if any one help me in step by step procedure for accesing mssql database from perl...
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    Have you tried connecting to mssql in the same way as you're connecting to mysql, but use DBD::ODBC instead of DBD::mysql?

    Comment

    Working...