Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    Unsolved How to connect to an SQL server using Windows authentication using qt?

    General and Desktop
    2
    2
    122
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      Mounish last edited by

      Hi, As of now i am using the below part of code to connect to SQL server. But I need to connect to SQL server using Windows authentication. Kindly help me out to connect SQL server using Windows authentication.

      Here is the code, its working fine and able to connect the SQL server using SQL server Authentication:
      dbase.setDatabaseName(QString("DRIVER={SQL Server};"
      "Server=%1;"
      "Database=%2;"
      "Uid="+cipher.username()+"
      "Pwd="+cipher.password()+")").arg(dbserver).arg(dbname));

      Thanks in advance!

      JonB 1 Reply Last reply Reply Quote 0
      • JonB
        JonB @Mounish last edited by

        @Mounish
        Is the driver string you show for Microsoft SQL Server? (If so, I hadn't heard of Uid= or Pwd=, but there you are.) Whatever it is for, what does that database driver documentation say is the syntax for using Win Auth?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post