What is the difference between setmaxrows(int) and setfetchsize(int)?
No Answer is Posted For this Question
Be the First to Post Answer
can we define indexes on a foreign key? Explain pros and cons?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
List the common jdbc exceptions ?
How we store procedure in oralce for callable statements in jdbc
please tell me the name and url path for type-4 driver ?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
Explain the steps in writing a java program using jdbc?
How do I disallow NULL values in a table?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
Explain the life cycle of jdbc.
List some new features available in jdbc 4.0?
What is two-phase commit in the database?