I want to create a database connection pool in my application to reuse an open connection. How do I set this up in LabView? Currently I connect to the database using an available ODBC connection (Oracle 8.1i), but the connection appears to be recreated, opened, and closed each time I perform the query. Is it possible to use a connection pool to keep the connection open until I close the application?