Hi All, 

I want to achieve the following and I'm wondering whether any nice solution 
already exits:

1. I'm working on a project which connects to many database on the fly 
(configured by the user). Here I guess, I cannot pool the connection but 
rather cache them for sometime and invalidate. Correct me if I'm wrong here.
2. The most important thing is that, we as a product owner, provide set of 
supported database. Now imagine, we support say MySql version 1.x. What if 
user tires to connect to MySql 2.x, will the exception will be thrown? The 
reason is, we want to show that back to the user on un supported database. 
3. I believe we can connect to the remote database's using Jooq. Just a 
double confirmation. 

reg, 
Kamal.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to