Getting JDBC to run faster
843854Jun 16 2003 — edited Jun 17 2003Hi, I was just wondering. I have this application that used ODBC with JDBC and that manage a SQL table (add,modify,delete..blablabla). Everytime I do an update to my database, either save or add, it seem to take a long time to do it. I tracked it down and it seem that it slow down when you do InsertRow or UpdateRow.
Is that normal? Is there ways to improve speed? I don't have many field in my tables (9 for this one)