> You must call the registerPool(...) function in PoolBrokerService:
>
> PoolBrokerService.getInstance()
> .registerPool(
> "mysecondpool",
> "com.my.jdbc.Driver",
> "jdbc:localhost/mydb",
> "user",
> "passwd")
>
> > 2. How to select between the different DBs from Java code.
>
> You must call the getConnection(String) function in PoolBrokerService:
>
> PoolBrokerService.getInstance()
> .getConnection("mysecondpool")
>
> This function will return a DBConnection to mydb, residing on
> localhost.
Ok, great. Thanks for the info.
> ps. What is this TurbineDB anyway???
> I haven't seen anything about it in the list ...
I don't follow you here... Did I mention anything
like "TurbineDB" in my message?
> Magnus
--
Gonzalo A. Diethelm
[EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]