Displaying 1 result from an estimated 1 matches for "3440x100".
Did you mean:
1440x900
2001 Mar 12
2
RODBC problems
Hi all.
I'm trying to see how the package Rodbc works, with R 1.2.2, win98 and MySql 3.23.
I'd like to export a dataset with 524 variables and 3440 records form R to MySql. I issued the following commands:
library(RODBC)
channel <- odbcConnect("test")
sqlSave(channel,dat=totale)
Error in sqlTables(channel)[, 3] : incorrect number of dimensions
Actually it gave me other