mikerb Posted November 19, 2018 Share Posted November 19, 2018 I have an application that uses an in memory database to fill reports. Being in memory it has to be created each time. Users will create reports based on this database and I want to provide the Data Adapter to them for use in Jasper Studio.Is there a way of creating an Adapter with the fields already defined without creating a physical database? Link to comment Share on other sites More sharing options...
hozawa Posted November 19, 2018 Share Posted November 19, 2018 Have you tried creating an adapter and using Dataset and Query Dialog to define columns. Just press "Add" button located at the lower right hand side and type "Field Name" and "Class Type". Link to comment Share on other sites More sharing options...
mikerb Posted November 20, 2018 Author Share Posted November 20, 2018 I was trying to avoid having to input the fields by hand. I have to create an SQL script to create the database, I didn't want to repeat the exercise within Studio. Ideally I could create the Adapter by reading the SQL script. The short cut is to run the script on a physical database and then creating the adapters from that database. 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