ODBC Datasource

Hello,
We migrated from coldfusion 11 to Lucee.
So far everything has gone well. We have just a problem with a datasource definition .
In the context of an application we must define a datasource linked to a SQLAnywhere database.
In Coldfusion we had to create an ODBC on the machine to define this datasource (with an ODBC driver). Coldfusion had this type of driver but not Lucee.
On our new Windows Lucee server, the tested ODBC driver is working properly, but how to do it in Lucee?

My configuration:

Windows Server 2016 (10.0) 64bit
Apache Tomcat / 9.0.24
Lucee 5.3.3.62
Java 11.0.4 (AdoptOpenJDK) 64bit
DB SQL Anywhere 11

@marcB, Could you please look into this? It’ll maybe give a solution to this.

https://www.webtrenches.com/jdbc-odbc-bridge-on-lucee/

Why not just use the SQL Anywhere JDBC driver?