HyperScript and SQL

HyperSQL

HyperSQL is an integration of HyperScript and Oracle SQL methods. All SQL methods for Oracle database access are available in HyperScript on the PROMIS, VMS, and UNIX platforms.

HyperSQL has the following features:

  • Binds HyperScript list variables to Oracle table column names.
  • Supports all SQL commands including SELECT, UPDATE, and INSERT.
  • Supports multiple database connections
  • Supports both local and remote (SQLnet) access.

For more information, see the following pages:

  • SQL methods
    • SQL methods in HyperScript.
  • SQL Variables
    • Binding HyperScript variables to Oracle column names.
  • SQLplus
    • HyperScript/SQL is similar to Oracle's SQLplus.