dhtmlxForm with SQLite, how to ?

I need a small example to use SQLite in dhtmlxForm. Someone has ? In the samples there are only connections with mysql, but neither mysql is working, I have already configured my config.php with the user, password, name of the bank … and gave error …

Hi

Grab the latest connector codebase, is uses PDO, so just change the connection string with sqlite one and all samples will work with sqlite DB.

github.com/DHTMLX/connector-php

Thank´s Stanislav