B4J Question [solved] jNextReports with Images

Harris

Expert
Licensed User
Longtime User
Has anyone added images to their NextReports projects for use with PDF output?
 
Last edited:

XbNnX_507

Active Member
Licensed User
Longtime User
The easiest way is store images in a blob field. This may require creating a temp table if your images are disk based.

i tried that with sqlite ( BLOB ) column data type i got this :
B4X:
Message:
    ro.nextreports.engine.queryexec.QueryException: java.sql.SQLFeatureNotSupportedException
Level:
    SEVERE
Stack Trace:
java.sql.SQLFeatureNotSupportedException

with postgress with bytea ( blob ) column datatype i got:

Exception : bad value for type long. ( //x2093402930429034023402349 ) <- ?



Nice Tutorials!:cool:
 
Upvote 0
Top