Displaying 1 result from an estimated 1 matches for "eksport_transp_acc_2_rbind".
2010 May 16
1
RODBC-Error-sqlSave
...me out-of-memory
problem. My PC has 2 CPUs, 1.83 G Hz, 0.99 GB RAM.
Have anyone got some idea of what causes and solves the problem? I have
tried also with the function "*gc()*", but without success.
Thanks in advance,
Best regards,
Johan
PS:
I use the following code, where the file *eksport_transp_acc_2_rbind.csv* is
of size 13149*5:
*library(RODBC)*
**
*eksport_transp_acc_2 <-
read.table(file = "results/csv/eksport_transp_acc_2_rbind.csv",
sep =";", header = T)*
**
*sqlSave(channel,eksport_transp_acc_2,
"transp_acc_scenarier",append = T,fast = F,rownames = F)
*...