In the Translator, you can read data from a database by either calling stored procedures or using conn:query{}
to execute ad hoc SQL SELECT statements on a database. See Writing SQL Statements.
...
In the Translator, you can read data from a database by either calling stored procedures or using conn:query{}
to execute ad hoc SQL SELECT statements on a database. See Writing SQL Statements.
...