Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Accessing external databases through LS:DO using @functions

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.

See examples

Examples: Accessing external databases through LS:DO using @functions
Related topics
Formula Language Coding Guidelines




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009