Use DaoManager and configure two contexts with two different sqlmap transaction manager configurations (dbs).
-----Original Message----- From: Eugeny N Dzhurinsky [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 4:37 PM To: [email protected] Subject: connections to different databases Hello! Is it possible somehow to use several databases for single SqlMapClient instance? For example, I would like to use queries in namespace "spider" to be executed on MySQL, and queries in the reset namepaces to be executed on PostgreSQL, w/o creating 2 instances of SQL map clients. -- Eugene N Dzhurinsky
