W
Winista
Isn't Picture column in NW database "Binary" type field? You first need to
get the binary blob from DB, store it as image file on disk and then specify
the URL. Or you need to stream the binary data through a control as image
stream into the response.
get the binary blob from DB, store it as image file on disk and then specify
the URL. Or you need to stream the binary data through a control as image
stream into the response.