Scheduler dont save on database

Hey, my scheduler load data corectly.
Now, for save, I need another servlet??

If you are using connector for data generation, you can use the same servlet for data saving as well. Just add code like next on the page

var dp = new dataProcessor("path/to/servlet"); dp.init(scheduler);

I´ve read about when you use more than one table the dataprocessor doesnt create options insert, update and delete, Iam using two tables. I want to know how can I do my own queries and what classes i should be use?? thx Stanislav

There are few way to handle multiple-tables case.

docs.dhtmlx.com/doku.php?id=dhtm … ral_tables

docs.dhtmlx.com/doku.php?id=dhtm … ex_queries