executeUpdate method does not load all rows

N

Naveen

Hello

I am using the JDBC-ODBC bridge from Sun to load data into an Access
database by calling on the executeUpdate method of the PreparedStatement
object.

When I load multiple rows, all rows except the last one get loaded.

I am using Java to call on these methods.

What am I missing.

Thanks
Naveen
 
Top