Visit the official site of your database provider (e.g., Microsoft for SQL Server, Devart or MySQL for others) and download the driver package.
You’ll need to edit the odbcinst.ini file (usually in /etc/ ) to point to the driver’s .so file path.
Go to the tab (accessible to all users) and click Add .
isql -v MyDSN username password
Visit the official site of your database provider (e.g., Microsoft for SQL Server, Devart or MySQL for others) and download the driver package.
You’ll need to edit the odbcinst.ini file (usually in /etc/ ) to point to the driver’s .so file path.
Go to the tab (accessible to all users) and click Add .
isql -v MyDSN username password