Hi ,
we have a C# application that allow users to digitally sign .
then we save signatures as image to a table (DBMS : SQL Server , field datatype : image )
when i try to retrieve that saved signature image into a blob variable ( using SELECTBLOB ) to create that image , IT DOESN'T WORK .
I know it will work if I saved signature image using (UPDATEBLOB ) within PB , But since Image was saved using visual studio, So ?!
We're using PB 11.5 with SQL Server 2008 .
Is there any workaround ?? or any method or display those images in PB app. ?
Regards ,
Ahmed