Our pure JavaScript Scheduler component


Post by cchidiac@itec.com.lb »

.

Last edited by cchidiac@itec.com.lb on Wed Sep 22, 2021 3:42 pm, edited 1 time in total.

Post by arcady »

Hello,

That depends on the server side platform you use for your application.
It normally looks like this: there is some code running on the server (written in php/python/java or smth else). That code connects to the database, reads records from there and passes them to the client (in json format most often).

So it depends on which technology you use on the server. For instance for php there is a special API meant to deal w/ Oracle RDBMS: https://www.php.net/manual/en/function.oci-connect.php


Post Reply