Use With Oracle DB

hi people
I have an Oracle db and I want to use dhtmlxScheduler, but the problem is that i already use all the variations and examples that the website (dhtmlx.com) provide and I can not make it work :frowning: .

anybody can make it work with Oracle?
anybody use Oracle with the component?

I try in this way.

events.php is like:

<?php include ('../../codebase/scheduler_connector.php'); include ('../config.php'); $scheduler = new schedulerConnector($res, $dbtype); $scheduler->enable_log("log.txt",true); $scheduler->render_table('EVENTS','EVENT_ID','START_DATE,END_DATE,EVENT_NAME'); ?>

config.php is like :

<?php require("../codebase/db_oracle.php"); // ORACLE $dbtype = "Oracle"; $res = oci_connect("WSPAGOS","LOCAL","localhost/XE"); ?>

And I already try all the variations that I can see in the website and nothing work.

thank you in advance

Alonso

PS: Excuse my english :laughing:

Hello,

$scheduler->enable_log("log.txt",true);

And what log.txt says in this case?

Best regards,
Ilya