ODBC Driver manager error on connecting to database

Hello @joscares

  1. You first download ODBC 32-bit and install on your computer.
  2. Once installed, open ODBC Data Source Administrator (32-bit).
  3. Click on Add and select MySQL ODBC 8.0 ANSI Driver and then Finish.
  4. You shall land over to connection parameters. Enter desired Data Source name.
  5. After entering server parameters (in my case Wampserver) test the connection.
  6. If the connection is successful, you can use this into UiPath through connect acitivity.
  7. In the configure connection, you need to select Connection Wizard and then > ODBC.
  8. You need to choose ‘Microsoft ODBC Data source’ from the drop down menu.
  9. Finally pick up your Data source name into Data source specification.
  10. Test the connection for successful and you are done with it. Cool…

Let me know if you are facing any issues into the connection.

Thank you.