Skip to main content
Cadet | Tier 2
June 27, 2022
Question

Issue with SQL DB Connection

  • June 27, 2022
  • 3 replies
  • 148 views

I am trying to connect to Database

Provider=MSOLEDBSQL;UID=XXXXX;PWD=XXXX;Database=RPA_BOT_DB;Server=10.190.5.33\QMSSQL,1433

But getting error

 

Could you please help us to connect to DB

    3 replies

    Cadet | Tier 2
    June 29, 2022

    Still Unable to connect

    Tamil Arasu10
    Most Valuable Pathfinder
    Most Valuable Pathfinder
    July 6, 2022

    To access any database through ODBC, you must first install a 32-bit ODBC driver on your device.

     

    Please install it and give a try

     

    https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16/p>

     

     

    _Tamil_