> try {
> while (it.hasNext()) {
> c1 = getConnection();You should move getConnection() outside of the while() block. - Bob --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
