Click here to Skip to main content
15,893,337 members
Home / Discussions / Java
   

Java

 
AnswerRe: building my own messenger using java Pin
Zhat27-Aug-09 2:36
Zhat27-Aug-09 2:36 
GeneralRe: building my own messenger using java Pin
Sedruol2k927-Aug-09 3:21
Sedruol2k927-Aug-09 3:21 
Questionjava application for mobile phone Pin
rahuljin23-Aug-09 21:04
rahuljin23-Aug-09 21:04 
AnswerRe: java application for mobile phone Pin
David Skelly23-Aug-09 22:34
David Skelly23-Aug-09 22:34 
AnswerRe: java application for mobile phone Pin
rahul.tenguriya25-Aug-09 19:14
rahul.tenguriya25-Aug-09 19:14 
GeneralRe: java application for mobile phone Pin
Nagy Vilmos25-Aug-09 21:49
professionalNagy Vilmos25-Aug-09 21:49 
QuestionWhat does Statement.setFetchSize(nSize) method really do? Pin
cofi++23-Aug-09 1:15
cofi++23-Aug-09 1:15 
AnswerRe: What does Statement.setFetchSize(nSize) method really do? Pin
Nagy Vilmos24-Aug-09 3:44
professionalNagy Vilmos24-Aug-09 3:44 
According to the javadoc:
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed for ResultSet objects genrated by this Statement.
If the value specified is zero, then the hint is ignored.
The default value is zero.

@param rows the number of rows to fetch
@exception SQLException if a database access error occurs, this method is called on a closed <code>Statement</code> or the condition rows >= 0

I think you have to set the fetch size before executing the query and it does depend on the driver implimentation and the database if the entire query is executed up front or not. I cannot tell you the level of implimentation provided by SQL Server; I'm guessing around nothing.



Panic, Chaos, Destruction.
My work here is done.

QuestionNotification Field Names Pin
sangeethanarayan21-Aug-09 21:19
sangeethanarayan21-Aug-09 21:19 
AnswerRe: Notification Field Names Pin
TorstenH.23-Aug-09 20:38
TorstenH.23-Aug-09 20:38 
QuestionJava convert uLaw encoded audio file to PCM ecoded Pin
Moonis Ahmed21-Aug-09 1:51
Moonis Ahmed21-Aug-09 1:51 
AnswerRe: Java convert uLaw encoded audio file to PCM ecoded Pin
427748024-Aug-09 11:03
427748024-Aug-09 11:03 
GeneralRe: Java convert uLaw encoded audio file to PCM ecoded Pin
Moonis Ahmed24-Aug-09 17:38
Moonis Ahmed24-Aug-09 17:38 
QuestionJava SWT interop with ActiveX control Pin
Judah Gabriel Himango20-Aug-09 15:33
sponsorJudah Gabriel Himango20-Aug-09 15:33 
QuestionRe: Java SWT interop with ActiveX control Pin
JongYoungKim20-Oct-09 14:20
JongYoungKim20-Oct-09 14:20 
Questionplease help Pin
madhu912419-Aug-09 5:09
madhu912419-Aug-09 5:09 
AnswerRe: please help Pin
EliottA19-Aug-09 5:40
EliottA19-Aug-09 5:40 
AnswerRe: please help Pin
TorstenH.19-Aug-09 21:48
TorstenH.19-Aug-09 21:48 
GeneralRe: please help Pin
EliottA20-Aug-09 6:05
EliottA20-Aug-09 6:05 
QuestionDate Dialog Box Pin
alonchap17-Aug-09 23:08
alonchap17-Aug-09 23:08 
AnswerRe: Date Dialog Box Pin
David Skelly18-Aug-09 2:14
David Skelly18-Aug-09 2:14 
QuestionMake a client to client chat socket programming with Java Pin
cem tezer17-Aug-09 17:49
cem tezer17-Aug-09 17:49 
AnswerRe: Make a client to client chat socket programming with Java Pin
TorstenH.18-Aug-09 19:53
TorstenH.18-Aug-09 19:53 
QuestionGraph Colouring Pin
Dini_luv16-Aug-09 6:25
Dini_luv16-Aug-09 6:25 
QuestionHow to Select different Printer for different document? Pin
suzy_bcny15-Aug-09 6:20
suzy_bcny15-Aug-09 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.