APIs   ->   SQL Connect

SQL Connect


This function is used to build a data connection between the customer's existing database (such as: Oracle, MySQL, Postgresql) and CubeDrive. The system will fetch data from the table according to the SQL and insert them into the form.


Add a new connect


To add a new connect, you need to login as the system administrator and come to adminConsole page. In the settings page, you can click "Database connection" to start it.

Tip: you need have the connected database information: such as: url, username, password etc.

Cron job format


A cron expression is a string consisting of six or seven subexpressions (fields) that describe individual details of the schedule.

Field Value Special char
Seconds 0~59 , - * /    
Minutes) 0~59 , - * /    
Hours) 0~23 , - * /    
DayofMonth 1~31 ,- * ? / L W C    
Month 1~12 , - * /    
DayofWeek 1~7 or SUN-SAT (1=SUN) , - * ? / L C #    
Year 1970~2099 , - * /    

Here are some examples: