EDS Enhancement.

new topic     » topic index » view thread      » older message » newer message

Hi Robert,
can I suggest a three line enhancement to EDS...

At the start of the "db_close()" procedure could you please add the
following lines of code...

  -- Database already closed, so just return.
  if current_db = -1 then
      return
  end if


Currently, if you run db_close() before the database has ever been opened,
the application crashes because the current_lock variable has never been
set.

------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu