Hi Tech Experts,
We would like to setup connectivity to MariaDB from SAS using SAS Access,
can any one help us to identify what is the .so file name to make entry on ODBC.ini Driver parameter (Linux),
and configuration steps
Thanks,
Reddy
Take a look in the MariaDB website's KnowledgeBase (I don't seem to be able to create any links here). According to this, you need to add something like this to your odbcinst.ini file:
[MariaDB ODBC 3.0 Driver]
Description = MariaDB Connector/ODBC v.3.0
Driver = /usr/lib64/libmaodbc.so
But the path would depend where you've installed the driver.
@Nigel_Pain Thank you,
which RPM has to install on linux to find "libmaodbc.so" file or do have to procure the licese MariaDB driver ? can we connect thogh SAS Access ?
we have below RPM's in Linux server
MariaDB-common-10.3.23-1.el7.centos.x86_64
MariaDB-compat-10.3.23-1.el7.centos.x86_64
MariaDB-client-10.3.23-1.el7.centos.x86_64
Please help
Sorry, I can't help there, never used that sort of Linux. But looking at version numbers on the MariaDB website I don't think it's any of those. I think they're for installing the DB package. But you probably need the MariaDB Connector/ODBC package if you can find it, or download it from their site. Latest version is 3.1.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.