Jump to content

how to use "create table" statement in ireport ? or how to create many tables in database using ireport ?


sagarnikam123

Recommended Posts

I am taking input using "Input Control",using that i want to generate/create many table in mysql database....& ultimately final table(which can be directly used to show output)

but when i am puting text "create table",inside query designer ,it show error about "can not issue data manipulation statement with execute query()"

so i go by differnt way......as...giving two queries in one table.

but when i am giving more than one query(by editing .jrxml file as below ),it again gives error

edited source code---->

select distinct PEMID,PEMName from PEMs
 
select DoctorID from PodDoctorMap where PodID in ($P{PEM_ID}) and StartDate >= $P{StartDate} and EndDate <= $P{EndDate}
 
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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...