Jump to content

Using JDBC Data Adapters


mikerb

Recommended Posts

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...