Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...