| 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!
|
 |
 |
|
|
subject: Cursor
|
|
|