Reload DB after update/insert

Hello,

how can i reload the DB Date after update/insert

$scheduler->event->attach(“beforeUpdate”,“update”);
$scheduler->event->attach(“beforeInsert”,“insert”);

$scheduler->render_sql(“SELECT * FROM events a, events_action b, events_customers c WHERE a.work_id=b.id AND project_id=c.id AND a.user_id=”.$user_id,“event_id”,“start_date,end_date,details,description,name,project_id,work_id,bill_id”);

THX
Six

Hi, just try this:

scheduler.clearAll();
scheduler.load(‘events_rec.php’);//put here the url of the your php file which process the sql statements