Hi Experts,
I have written the following code in power builder and have used SQL Server as database
p_pic is a picture control.
SELECTBLOB blob_column INTO :lblb_picture FROM Blob_table WHERE blob_id = AY001;
IF SQLCA.SQLCode = 0 THEN
p_pic.SetPicture(lblb_pict
ure)
END IF
While executing the code the system is getting hanged. At the line p_pic.SetPicture(lblb_pict
ure).
Start Free Trial