ns_db verbose usually works for me, on a per-pool basis. Also, keep in mind that the LogSQLErrors parameter tells the database pool manager to log an SQL statement that generates an error return, even of verbose is off. In production, I'd usually recommend that you run with verbose off and LogSQLErrors on.
On Mon, 27 May 2002, Andrew Piskorski wrote: > Is there any way to turn the "Verbose" parameter setting for a > database pool on or off on a per-query or per handle basis? Or to > change it on the fly after server startup in any fashion?
