Jump to content
JasperReports Library 7.0 is now available ×

Exectute PL/SQL code and a select-statement


moeff

Recommended Posts

Hi,

 

In my oracle-DB environment I allways have to execute a certain PL/SQL code in front of it. This PL/SQL statement does all the proper settings for accessing the data correctly. So e.g. all my statements (when I run them in SQLPLUS look like this:

 

begin

sde.version_util.set_current_version('SDE.DEFAULT');

end;

/

 

select name, last_name, date_of_birth from view_friends;

 

Do you have any idea, how to get to handle this kind of commands in the ireport environment?

 

Thanks for your ideas

 

Stephan

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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