Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Image from ODA-DataSource
ai762
Hi,
I would like to get an Image by my own ODA-Data Source.
It should work in that way:
ResultSet.java
method_xyz(String columnName){
Imgage img = new Image("c:/test.jpg");
return img;
}
What is the correct ColumnType if I want to display that image in Birt?
java.sql.Types.BINARY?
It would be great, if you could advise me a code example.
Thanks a lot!
Find more posts tagged with
Comments
There are no comments yet