Re: [R] RSQLite maximum table size

2008-07-16 Thread Gabor Grothendieck
It depends on what the values for certain variables were set to when it was compiled. See: http://www.sqlite.org/limits.html On Wed, Jul 16, 2008 at 4:14 PM, Vidhu Choudhary <[EMAIL PROTECTED]> wrote: > Hi All, > I am trying to make write a table in RSQLite. And I get the error mentioned > below

[R] RSQLite maximum table size

2008-07-16 Thread Vidhu Choudhary
Hi All, I am trying to make write a table in RSQLite. And I get the error mentioned below mat<-as.data.frame(matrix(rnorm(n=24400),nrow=244000,ncol=1000)) > dbWriteTable(con, "array", mat) [1] FALSE *Warning message: In value[[3]](cond) : RS-DBI driver: (error in statement: too many SQL var