I would like to make a connection to a pervasive database in Yii2. I have tried odbc, as it's installed but when I'm trying to create models with Gii I'm getting the error: Connection does not support reading schema information for 'pervasive odbc interface' DBMS.
Could you please point me to the right direction? Thank you.
I had to enable odbc and pdo_odbc in PHP (WAMP). This is my db.php:
my controller:
so it's basically working, but unfortunately not supported by Gii.