search for: scada2

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

Did you mean: scada
2001 Nov 13
1
RODBC
...ajor 1 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,"selec...
2001 Nov 14
0
RODBC: Minor problem, I hope.
...ajor 1 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,"AnalogHis...