I don't think this is true. It is true that if you are using the default auto-commit mode of transactions, each statement begins and commits a separate transaction. But transactions != connections. Also, this is unrelated to using persistent or non-persistent connections. Regards, Bill Karwin
________________________________
From: Shekar C Reddy [mailto:[EMAIL PROTECTED]
Non-persistent mode makes a connection for each statement.
