Displaying 2 results from an estimated 2 matches for "0020_ph_pv_flt".
2001 Nov 13
1
RODBC
...s")
> 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 from analoghistory where
tagname = 'a055-re-0020_ph_pv_flt' and datetime >= 'nov 1, 2001 2:00pm'")
> test
test
[1] "37000 201 [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure
'sp_prepare' expects parameter '@stmt', which was not supplied."
[2] "[RODBC]ERROR: Could not SQLPrepare"...
2001 Nov 14
0
RODBC: Minor problem, I hope.
...Runtime dbo AnalogHistory QualityDetail 4 int
6 Runtime dbo AnalogHistory wwTagKey 4 int
...
When I try to query the table, I get:
> test <- sqlQuery(channel,"select DateTime, value from AnalogHistory
> where Tagname = 'a055-re-0020_ph_pv_flt' and DateTime >= 'nov 1, 2001
> 2:00pm'")
> test
test
[1] "37000 201 [Microsoft][ODBC SQL Server Driver][SQL Server]Procedure
'sp_prepare' expects parameter '@stmt', which was not supplied."
[2] "[RODBC]ERROR: Could not SQLPrepare"...