jtheres3 Posted September 29, 2021 Share Posted September 29, 2021 We have a requirement where we need to retrive the Saved input parameters of a Report from the Jaspersoft Database schema. I see JIReportOptionsinput table holds Saved Report values. But it is in BLOB format. Can you please guide how to retrieve this BLOB data from JIReportOptionsinput Table Link to comment Share on other sites More sharing options...
rmeadows Posted September 30, 2021 Share Posted September 30, 2021 https://kodejava.org/how-do-i-read-blobs-data-from-database/has to be read in as binary and then processed. Thanks. Link to comment Share on other sites More sharing options...
bigalex Posted October 4, 2021 Share Posted October 4, 2021 Convert in query: to_char(blob text) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now