Previous Topic: Using Batch UpdatesNext Topic: PreparedStatement.executeBatch()


Statement.executeBatch(String sql)

The CA IDMS client/server interface generally supports execution of a single SQL statement per communication request (although certain transaction and session commands can be piggybacked on the main request for performance). Because CA IDMS does not currently support batch input natively, the JDBC driver caches batched statements and executes them individually.