In this new blog post, Stoyan Stefanov shares a method he's found to reuse an existing database connection with the MDB2 library.
This is a follow up to a question posted by Sam in my DB-2-MDB2 post. The question was if you can reuse an exisitng database connection you've already established and not have MDB2 creating a second connection.
He gives two different methods, one for persistent connections and the other for non-persistent ones - including some code.