Обсуждение: what to do to display largeobject (image)

Поиск
Список
Период
Сортировка

what to do to display largeobject (image)

От
"ahmet temiz"
Дата:
hello

looking at example "Chapter 7. Storing Binary Data",  I tried
to get largeobject (an image) from  database and display it.

after using this statement
obj.read(buf, 0, obj.size());j
what should I do with this largeobject to display the image.

kind regards

Ahmet Temiz