This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes Cursor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Cursor" Watch "Cursor" New topic
Author

Cursor

ALaxmi Shankaran
Greenhorn

Joined: Feb 23, 2004
Posts: 26
Please Can any one tell me how to open the cursor in the java application?
And which is the faster ? to open the cursor on the database server or
to open it on the application server?
Eddie Vanda
Ranch Hand

Joined: Mar 18, 2003
Posts: 281
Hi Alaxmi,
If you are talking about a database cursor you should check out the JDBC package, and if you are talking about a screen cursor then check out setCursor/getCursor (in the Component class) as well as the Cursor class itself. Eg:


The nice thing about Standards is that there are so many to choose from!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Cursor
 
Similar Threads
WA #1.....word association
Database locks
Open Cursor Exceeded in Oracle
Handling huge resultset
ORA-01000: maximum open cursors exceeded