Skip to Content
0
Aug 25, 2023 at 07:39 PM

how to inject multiple tables in the report, using XML data source instead of database ?

228 Views Last edit Aug 27, 2023 at 01:13 AM 2 rev

hello
i am working with java with spring environment and crystal reports jars , i am trying to inject multiple tables in the rpt report, using XML data source instead of database ( because our database is a nosql database and sometimes we have to fetch the data manually from other services , so connecting to a database is not optional )

Can anyone provide a sample code on how to do so , and if it is required to have a database connection can it be H2 database at least ( or any other virtual database ) ?