FORMULA LANGUAGE


Accessing external databases through LS:DO using @functions
Example

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 first four parameters are the same for all three @functions and establish access to the database through ODBC. The parameters are:


Where user IDs and passwords are required, you can specify null strings and let the user supply them when the @function executes.

Example
See Also