APPLICATION DESIGN


Using ODBC to access relational databases
You can use the ODBC (Open Database Connectivity) Version 2.0 standard to access relational databases such as DB2 or Oracle. Using formulas or scripts embedded in IBM® Lotus® Domino(TM) objects, you can integrate the data from many external databases into Domino applications. For example, a customer call-tracking application accessed via the IBM® Lotus® Notes® client or Web browser can access customer financial data from an ODBC-compliant relational database management system. ODBC is available on Windows, AIX, HP-UX, OS/2, and the Mac PowerPC.

Files required to use ODBC

When you install IBM® Lotus® Domino(TM) Designer, ODBC modules that support external data access install automatically.

In addition to these modules, you need an ODBC library (or shared object) and a driver for the type of database you want to access. You purchase and install the library and driver separately. For Windows 95, for example, you need these modules on your workstation:


For more information about ODBC, see the Microsoft ODBC 2.0 Programmer's Reference and SDK Guide published by Microsoft Press.

See Also