Abbas R. Ali wrote:
Hi
Facing error in loading dababase table. Folowing is my code:
library('RODBC')
channel = odbcConnect("dsn", "", "")
data1 = sqlQuery(channel, "SELECT * FROM TABLE", as.is = TRUE)
odbcClose(channel)
The object data1 is there, you do not need to load it fr
Hi
Facing error in loading dababase table. Folowing is my code:
library('RODBC')
channel = odbcConnect("dsn", "", "")
data1 = sqlQuery(channel, "SELECT * FROM TABLE", as.is = TRUE)
odbcClose(channel)
load(data1) # it is giving me error here that "In data(data1) : data set
'dat
2 matches
Mail list logo