Click here to Skip to main content
15,884,083 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a stored procedure and in that procedure I am using a cursor to get some values from a table.
can I use this cursor as out parameter in stored procedure. if yes then how can i get the values from this cursor into a java program?
thank you.

[Edited]Corrected Minor Spelling Errors[/Edited]
Posted
Updated 20-Nov-11 4:12am
v2

1 solution

You can set up a SelectionListener[^]. The SelectionListener will react on a click/doubleclick and provide via Event.getSource() the destination.
Pretty simple, just read the tutorial I linked to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900