SQL advantage ODBC connection

I am trying to connect to sql advantage to a application(uipath) using ODBC driver.

I have the driver installed in my system.

My Question:

  1. Do we need to add that driver in DSN for sure?( I tried a lot but getting error: database server not found).

  2. Using connection strings how can i connect to SQL advantage. Can somebody please explain what values needs to be provided in the below path

DataDirectory=\servername\sharename\dictionaryfile.add;ServerTypes=1;

0 answers