Question
Tata Consultancy Services Limited
GB
Last activity: 16 Mar 2016 15:15 EDT
Query Blob column (pr_read_from_stream)
Hello All,
Is there any way to query the blob column and get the property value.
I am using the below query. It is working for the property which are directly on the pyWorkPage.
Select pr_read_from_stream("PROPERTY",pzInsKey,pzpvstream) from TABLE
But I want to know the property resides inside one of the pages under pyWorkPage.
I tried the below syntaxes and none of them are working..
"Page\Property"
"Page/Property"
"/Page/Property"
"\Page\property"
Kindly advice.
Thanks,
Guhan!