Returns the string describing to the ubercal status flags in words |
The UberCalibStatus values can be shown with Select * from UberCalibStatus Sample call to fUberCalibStatusN: select top 10 dbo.fUberCalibStatusN(u.calibStatus_r) as ucalstatus_r from PhotoObj p, UberCal u where p.objiD=u.objID see also fUberCalibStatus |
name | type | length | inout | pnum |
@value | smallint | 2 | input | 1 |
varchar | 1000 | input | 0 |