# File lib/dbd_db2/DB2.rb, line 59
    def initialize
      super(USED_DBD_VERSION)  

      rc, @env = SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE)
      error(rc, "Could not allocate Environment")
    end