利用R语言往SQL数据库中存储数据,以前是可以的,可最近重新装了系统,用的是win7系统,odbc的设置也和以前完全一致,就是老出现错误。
程序内容如下:
library(RODBC)
con = odbcConnect("tt01",uid = "a", pwd = "a")
sqlSave(con,using_big,"tt01.bb_using",append = TRUE,rownames = FALSE,fast = FALSE)
#--close the connect SQL database
odbcClose(con)
错误内容如下
Error in .Call("RODBCTypeInfo", attr(channel, "handle_ptr"), as.integer(type), :
"RODBCTypeInfo" not available for .Call() for package "RODBC"
PS.是我SQL设置的有问题吗?


雷达卡




京公网安备 11010802022788号







