Page 1 of 1

Stored procedures / Triggers on backend database.

Posted: Mon Aug 05, 2013 8:46 pm
by Dupdroid

I need to implement some database procedures. How can this be achieved? The basic idea is to schedule/trigger certain procedures to update collections based on data selected from other collections. Can i use server code to do this?


Stored procedures / Triggers on backend database.

Posted: Mon Aug 05, 2013 9:29 pm
by Alena Prykhodko

Hello!

1) You can make requests to Database from Server Code. Please check this http://docs.appery.io/documentation/b...
2) For now there is no such possibility to run Server Code according to schedule

Workaround is to set up outer Server to call Server Code according to schedule.