Displaying 1 result from an estimated 1 matches for "tp2298927p2298927".
2010 Jul 22
1
64 bit use of odbcConnectExcel
...dbcConnectExcel(xlsfile)
a <- sqlTables(channel1)
b <- nchar(a$TABLE_NAME[1])
x <- substring(a$TABLE_NAME[1], 2, b-2)
data <- sqlFetch(channel1, x, max=1001)
odbcCloseAll()
return(data)
}
JT
--
View this message in context: http://r.789695.n4.nabble.com/64-bit-use-of-odbcConnectExcel-tp2298927p2298927.html
Sent from the R help mailing list archive at Nabble.com.