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 ?");






------------------------------------------------------------
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