All,

I've been battling through a BMP ejb and now I'm a bit frazzled.  I'm stuck at a point 
where I begin using the 
Connection.prepareStatement("statement",Statement.RETURN_GENERATED_KEYS);  Everything 
compiles fine, but, during runtime I'm getting the following error:

java.sql.SQLException: method not implemented
        at 
org.openejb.resource.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:333)
        at 
com.thejanehuts.dao.agreement_feature.CmySQLAgreementFeatureDAO.insertAgreementFeature(CmySQLAgreementFeatureDAO.java:41)

So, the prepare statement connection method which returns AUTOGENKEYS isn't supported?


____________________________________________________________
Find what you are looking for with the Lycos Yellow Pages
http://r.lycos.com/r/yp_emailfooter/http://yellowpages.lycos.com/default.asp?SRC=lycos10

Reply via email to