Re: PreparedStatement really preparing ?
Posted By:
Luigi_Viggiano
Posted On:
Tuesday, May 22, 2001 07:52 AM
Maybe, for some optimization, it prepare the call only the 1st time it's executed and keep it prepared for next calls?
The javadoc says that the SQL is sent to the database only if the driver supports precompilation; and some drivers does not support it (even if I think Oracle and DB2 may do). Hope someone else can help further.