search for: ways1

Displaying 2 results from an estimated 2 matches for "ways1".

Did you mean: ways
2001 Nov 13
1
RODBC
...minor 4.0 year 2001 month 10 day 29 language R > library(RODBC) library(RODBC) > channel <- odbcConnect("SCADA2","ways1","LO&B*O",case="msaccess") > channel channel [1] 0 And an abreviated table list is: ... 25 Runtime dbo AnalogHistory TABLE ... When I try to query the table, I get: > test <- sqlQuery(channel,"select datetime, value...
2001 Nov 14
0
RODBC: Minor problem, I hope.
...minor 4.0 year 2001 month 10 day 29 language R > library(RODBC) library(RODBC) > channel <- odbcConnect("SCADA2","ways1","LO&B*O",case="msaccess") > channel channel [1] 0 And an abbreviated table list is: ... 25 Runtime dbo AnalogHistory TABLE ... A abbreviated Column List is as follows: > odbcColumns(channel,"AnalogHistory") odbcCo...