sc_begin_trans - This macro starts a set of transactions in the database.

sc_commit_trans - This macro effective a set of transactions in the database.

sc_concat -

With this macro you can concatenate fields on select for every database.



sc_exec_sql - This macro execute SQL commands passed as parameter or a SQL command in the SQL field action type.

sc_lookup - This macro executes a SELECT command stored in the second parameter and returns the data in a variable.

sc_rollback_trans - This macro discards a set of transations in the data base.

sc_select - This macro executes the commands passed in the second parameter and returns the dataset in a variable.

sc_set_fetchmode - This macro allows to change the type of return from the dataset of the select commands

sc_sql_injection - This macro is used protect the field/variable against "SQL injection".

sc_sql_protect - This macro protects the value passed as parameter according with the used database.

sc_where_current - This macro is used to make a reference of the where clause currently used.

sc_where_orig - This macro saves the where clause content of the original application select.

Variables - Database - Global variables containing database access values used by main connection.