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]
- PreparedStatement John Thorhauer
- Re: PreparedStatement John McNally
- Re: PreparedStatement John Thorhauer
