Hi, I'm currently trying to implement a way to access a sas database using an Intellij Data Source driver. I've downloaded the JDBC for sas but when I try to add the sas.launcher.jar as a driver file, Intellij defaults to java.sql.Driver which is missing. Does anyone know if this can even be implemented?
... View more