On Tue, April 18, 2006 23:16, Jose Silva wrote: > Is it possible to have concurrent transactions in the same Connection?
(I've already said this in another message, but for completeness' sake I'm repeating it here) No, this is not possible. Multiple subsequent transactions, yes. Concurrent transactions in separate connections, yes. Concurrent transactions in a single connection, no. To get that effect, use multiple connections constructed from the same parameter string. Jeroen _______________________________________________ Libpqxx-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/libpqxx-general
