Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by dactar on Mar 11, 2009 15:17
open dhtmlx forum
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 :)
Answer posted by Alex (support) on Mar 12, 2009 03:55

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 )

Attachments (1)
Answer posted by Support on Mar 12, 2009 03:57

>>  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

Attachments (1)
db_pdo.zip709.00 B
Answer posted by dactar on Mar 13, 2009 02:16

Hellow,

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

Great job ! :)

Answer posted by dactar on Jan 20, 2010 03:37
Hellow :)

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

Thanks for your answer :)
Answer posted by Alex (support) on Jan 20, 2010 09:01

Hello

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