I am trying to create a prepared statement using Turbines DBBroker. 
However, when I call

db = DBBroker.getInstance().getConnection(DBNAME);
db.createPreparedStatement("Select x from ?");

I get an error that says :
Method createPreparedStatement(java.lang.String) not found in class
org.apache.turbine.util.db.pool.DBConnection.?

Is there a way to do this with a DBConnection or will I have to go
outsite of using the db pool to do this?

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