SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, HNDL_INIT
  Command line switch conflicts with database handle declaration;
  handle will be initialized

  Explanation:  The database handle declaration is either GLOBAL
  or LOCAL (both of which are always initialized) and either
  NOINITIALIZE_HANDLES or EXTERN_ALIAS was specified on the
  command line.  For this declaration, the command line switch
  will be ignored and the handle will be initialized.

  User Action:  Change the database handle declaration to
  EXTERNAL.
Close Help