Statement preparation output
- Last UpdatedJun 29, 2023
- 1 minute read
- PI System
- PI Server
Output lines are of the form:
Prepare[HandleNum]>[ErrorCode][ElapsedTime] query_strng
Elapsed time is given in seconds. For example:
Prepare[1]>[0][0.012s] select * from picomp
where tag = sinusoid and time > ?
This statement contains one parameter, identified by a question mark ( ? ), whose value is provided at run time.