CakePHP 3 and ODBC connection

Hello,

Using Windev our databases are currently hosted on HFSQL, the proprietary Windev database system.

I would like to use CakePHP to allow a web view of the data.

I know how to connect to the HFSQL database via ODBC and it works in php, but impossible through CakePHP, even when trying to create a new driver.

Would anyone have a track?

Thank you in advance.

Have a good day.

Brice.

If it works in php you can use cakephp, you will probably have to use a custom connection. Have you dug around the api https://api.cakephp.org/3.0/class-Cake.Database.Connection.html

Hi,

I am also facing the same issue , Did you get any solution if yes please assist me