FUNCTION  fPhotoStatusN

Returns the string describing to the status flags in words

the photoStatus values can be shown with Select * from PhotoStatus
Sample call to fPhotoStatusN:
select top 10 dbo.fPhotoStatusN(status) as status
from photoObj

see also fPhotoStatus

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0