CUD operation using JDBC 2.0
843854Feb 20 2004 — edited Feb 21 2004Dear friends,
In JDBC 2.0, programmatic updation, insertion and deletion of rows were made possible.
I can understand one advantage in this. That is, programmers can use this instead of SQL and these programs need to be changed for the different databases (as SQL syntax has slight variations with different databases).
Is there any other advantage for this (like performance or something else) ?
Awaiting replies,
Warm Regards,
Desigan