I\'m having some difficulty inserting a data frame into a mySql database using RODBC. Below is the code I\'m using:
data <- data.frame(analysedDataID=c(1,2,3
I got the same error and the problem was the destination table data types. Even it seems there were possible data conversion.
The solution steps were:
It is useful setting "verbose=T" to check exactly where the problem occurs.