Skip to content
Prev 143853 / 398500 Next

RMySQL and R 2.7.0 - "Error in field.types$row.names : $ operator is invalid for atomic vectors"

Hi

when executin the following code, I get an "$ operator is invalid for
atomic vectors". I understand the meaning of the error (and have seen
the warnings in earlier R versions). My question is, is there an
updated version of RMySQL which deals with it, or is my on;ly option
to switch to RODBC (which I would not like to do as I am using Linux)?
If I have to use RODBC, how can I easily adapt the follolwing code?

Thanks

Rainer
tblname <- "dummy"
conn,
               tblName,
               dat,
               overwrite=FALSE,
               append=TRUE
               )

Error in field.types$row.names : $ operator is invalid for atomic vectors