DBPATH

Defines the paths to search for Genero program resource files.

For IBM® Informix® 4GL compatibility, DBPATH is used by the runtime system to find resource files such as form definitions.

Important: The DBPATH environment variable is also used by the IBM Informix SE engine and SQLite, to define the path list to find database files. Genero has introduced the FGLRESOURCEPATH environment variable to not interfer with the database DBPATH settings. Consider dedicating DBPATH for database configurations, and use the FGLRESOURCEPATH to define program resource path list.

When FGLRESOURCEPATH is not defined, DBPATH environment variable is used to define the search paths for:

  1. Form files loaded (.42f),
  2. Message files (.iem),
  3. Action defaults files (.4ad),
  4. Presentation styles files (.4st),
  5. Start menu files (.4sm),
  6. Toolbar files (.4tb),
  7. Topmenu files (.4tm),
  8. Compiled localized strings files (.42s).

By the default, the runtime system looks for resource files is the current directory.

DBPATH must contain a list of paths, separated by the operating system specific path separator.

The path separator is platform specific ( ":" on UNIX™ platforms and ";" on Windows™ platforms).