HI, R Users,
I met the following problem:
I was trying to import data of one table in .accdb database into my ODBC
database for being imported into R. The table contains 1021965 records.
I always got the following
error msg even I change the drive:
The query can not be completed. Either the size of the query
result is larger than the maximum size of a database(2GB), or there is not
enough storage space on the disk to store the query result.
Have you got some hints why it happened like this? Is it possible
that I get all data in that table in another way to be imported into R?
Thanks a lot.
Kind regards.Tammy
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.