Hello,
how can i show a blob as picture? I saved a the blob in the database. I can select it per selectblob. I can show it in a window using Picture- or Inkpicture-Control. I can't show it in datawindow. I've tried TableBlob- and InkPicture-Control.
There's always a SQL-Select-Error State: 37000. Im using SQL-Anywhere 17. In database I've tried with varchar, binary and long binary.
Can someone help me out?
I've got an solution with files on disk, but this isn't an option in this case.
In this case I need to show the picture without saving it to disk.