driver_sqlite

openConn() mostly annoying?

search?q=pedro%40dpi.inpe.br&btnI=lucky Pedro Andrade Neto, 2007/04/13 14:01:

~~DISCUSSION~~

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

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