> I set the connection to be rolled-back by doing, in VB, a > Connection.BeginTrans Are you using ODBC? ODBC drivers often have a very bad performance. Try the following: Create a SQL script with your insert statements and run it through psql Steffen