Questions about dhtmlxConnector

Hellow,



I’ve 3 questions about dhtmlxConnector



1. I’ve downloaded new build of dhtmlxSuite (GPL version) but

dhtmlxConnector directory is empty, so I can’t test it. Is

dhtmlxConnector available only for pro version ?



2. I’ve readed the documentation on the site and I saw that

mysql and postgresql are supported. Is there a plan to support

sqlite ?



3. I usually using sqlite through PDO interface. Do you plan

to use PDO inside dhtmlxConnector ?



Thanks for your answer :slight_smile:


Hello,


>> dhtmlxConnector available only for pro version ?
dhtmlxConnector is available in free edition too. The achieve is attached. ( there was some problems with suite package, it updated as well )



>> I’ve readed the documentation on the site and I saw that mysql and postgresql are supported. Is there a plan to support sqlite ?
Operation in plain mode will be supported, not sure about dynamic loading mode ( there are some limitation of sqlite sql dialect )




dhtmlxConnector.zip (305 KB)


>> I usually using sqlite through PDO interface.
It will be included in 1.0 release
You can drop attached file in dhtmlxConnector/codebase and use init code in php file as

$dbh = new PDO(…);

require(“…/…/codebase/grid_connector.php”);
require(“…/…/codebase/db_pdo.php”);

$grid = new GridConnector($dbh,“PDO”); //same for other connector objects



db_pdo.zip (709 Bytes)


Hellow,



I’ve tried PDO with sqlite and it works perfectly :slight_smile: (tested on modified samples 01 and 02 of dhtmlxConnector)



Great job ! :slight_smile:

Hellow :slight_smile:

Can you tell me if PDO support is still planned for dhtmlxConnector 1.0 ?

Thanks for your answer :slight_smile:


Hello


the latest connector, which can be downloaded from our website, supports PDO.
dhtmlx.com/docs/download/dhtmlxConnector_php.zip