John McNally wrote:
> 
> A DBConnection is a wrapper around a Connection object.  It does provide
> similar methods to some Connection methods but in general you would:
> 
>  db = DBBroker.getInstance().getConnection(DBNAME);
> con = db.getConnection();
> con.createPreparedStatement("Select x from ?");
> 

Thanks.  Thats exactly what I was looking for.  

John
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
********************************


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to