Difference between jdbc 1.0 and jdbc2.0?

Showing Answers 1 - 3 of 3 Answers

hi i am vijay

 difference is in JDBC 1,0 we have methods to move resultset pointer only forward direction.no update operations.but in 2.0 we have option for moving backword and forward and also resultset update operations.

  Was this answer useful?  Yes

sidd

  • Aug 1st, 2006
 

jdbc 2.0 provides RowSer where jdbc 1.0 dosn't

  Was this answer useful?  Yes

Supraja

  • Dec 9th, 2006
 

The new functionality in the core JDBC 2.0 API includes scrollable result sets, batch updates, programmatic inserts, deletes, and updates, performance hints, character streams for streams of internationalized Unicode characters, full precision for java.math.BigDecimal values and support for time zones in Date, Time, and Timestamp values.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions