Hi folks, I need to quickly insert ~100.000 rows into a data base table, ideally within a web request.
When setting auto-commit 'off' the process via DBRecord is already much faster, of course. However, I'm wondering whether there is also support for Prepared Statements via EmpireDb, so that I don't need to touch plain old JDBC. Cheers, Daniel
