Jump to content
We've recently updated our Privacy Statement, available here ×

ALTER SESSION before SQL query


J_N

Recommended Posts

It it possible to somewhat execute the ALTER SEESION command before SQL query from iReport?

 

It is, when I call report from java code. I simply write

 

conn.createStatement().execute("ALTER SESSION SET NLS_NUMERIC_CHARACTERS = '. '");

JasperPrint print = JasperFillManager.fillReport(report, parameters, conn);

 

But if I want to do it from iReport I don't know how to do it. Please help. Thanks.

Link to comment
Share on other sites

  • 6 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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