Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix 114840: Report cannot display image from a database

- Summary:
Fix 114840: Report cannot display image from a database


- Bugzilla Bug (s) Resolved:
114840: Report cannot display image from a database.


- Description:
MS Access database is a little special when retrieving data from blob type. It does not support getBlob method, but support getBinary method. The solution to it is to add a wrapper around it.


- Tests Description:
Manual test

 

- Files Added:

/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/SqlBlobUtil.java


- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/ResultSet.java

  

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 


Back to the top