Re: [R] Creating a new Access database with R

2010-02-14 Thread Ryusuke Kenji
I have just got an idea which is using RExcel and coding with Excel VBA may cope with it, its work!!! Ryusuke From: urishim...@optiver.com To: ryusukeke...@hotmail.com Date: Mon, 15 Feb 2010 08:31:49 +0100 Subject: RE: RE:Creating a new Access database with R No idea, sorry.

Re: [R] Creating a new Access database with R

2010-02-11 Thread Ryusuke Kenji
I am facing the same problem as well, I would like to code with following concept but wondering how to cope it. if (*mdb file exist) { add new row/col } else { add new *mdb file } -- From:

Re: [R] Creating a new Access database with R

2010-02-11 Thread Paul-
As a workaround, you can keep an empty mdb file on your filesystem. When you need a new database, you can copy and rename the empty file. -- View this message in context: http://n4.nabble.com/Re-Creating-a-new-Access-database-with-R-tp1477400p1477533.html Sent from the R help mailing list

Re: [R] Creating a new Access database with R

2010-02-11 Thread Dieter Menne
method to do that, though. Dieter -- View this message in context: http://n4.nabble.com/Re-Creating-a-new-Access-database-with-R-tp1477400p1477613.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] Creating a new Access database with R

2010-02-11 Thread Barry Rowlingson
On Thu, Feb 11, 2010 at 6:23 PM, Dieter Menne dieter.me...@menne-biomed.de wrote: Paul- wrote: As a workaround, you can keep an empty mdb file on your filesystem. When you need a new database, you can copy and rename the empty file. Creating a new database is not part of (R)ODBC because