Definition of table dbinfo
Database names, paths and ancillary information. Used by the menu system to find physical databases and attach to them. , Table Dump Name dbinfo

Alphabetical Field Summary

  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User who created this record
  • db-alias: (CHAR) Alias for Logical DB (blank if not needed)
  • db-desc: (CHAR) Description of the database
  • db-name: (CHAR) Logical Name of the database
  • db-param: (CHAR) Parameters for database connect (i.e. -H or -S)
  • db-path: (CHAR) Complete path and name of physical database
  • extern-guid: (CHAR) External Global Unique ID for this record
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time record was last updated
  • upd-user-name: (CHAR) User who last updated this record

    Alphabetical Index Summary

  • db-desc: db-desc
  • db-name: (UNIQUE, PRIMARY) db-name
  • extern-guid: extern-guid

    Other tables who reference dbinfo

  • _Db - (no description available)


    Detailed Alphabetical Field Listing
    cre-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who created this record

    db-alias Data type: CHARACTER
    Format: x(16)
    Help: Alias for Logical DB (blank if not needed)

    db-desc Data type: CHARACTER
    Format: x(30)
    Help: Description of the database
    Attributes: Index Component

    db-name Data type: CHARACTER
    Format: x(10)
    Help: Logical Name of the database
    Attributes: Index Component

    db-param Data type: CHARACTER
    Format: x(32)
    Help: Parameters for database connect (i.e. -H or -S)

    db-path Data type: CHARACTER
    Format: x(64)
    Help: Complete path and name of physical database

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who last updated this record

    Created on 03/01/2019 by DBHTML V1.2