driver_sqlite

openConn() mostly annoying?

pedro@dpi.inpe.br Pedro Andrade Neto, 2007/04/13 14:01:

is openConn() mostly annoying? what about having a function:

  openDb = function(dbname, ...)
  {
      con = openConn(...)
      return openDb(con, db)
  }