APPLICATION DESIGN


Writing formulas and scripts to access relational databases
The following @functions access an external database through ODBC and return a value or list of values:
@DbColumn and @DbLookup can only retrieve data. They can't add, delete, or modify data, or perform other operations. @DbCommand can retrieve data or send other SQL statements that can change data. LotusScript provides a wider range of capabilities including the ability to update the external database.

The LotusScript Data Object (LS:DO)

This LSX-compliant module allows you to use LotusScript to write applications that incorporate data from external non-Notes data sources. Your script may perform the following steps:


For more information on writing scripts to access external databases, see the help topic Accessing external databases through LS:DO.

See Also