This is quite OT. You probably better consult the issue on mysql mailing list.hi,
i get the following exception when trying to connect to mysql db using jdbc. java.lang.AbstractMethodError: org.gjt.mm.mysql.Connection.creat eStatement(II)Ljava/sql/Statement;
This error is seen only when i use stmt = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_REA D_ONLY);
No error is seen for stmt = con.createStatement()
Is this because cocoon mysql driver does not support TYPE_SCROLL_SENSITIVE and CONCUR_READ_ONLY.
How can the driver be updated? which directory should it be updated?
thanks in advance
<http://ads.sify.com/RealMedia/ads/click_nx.ads/mail.sify.com/[EMAIL PROTECTED]>
I think you're using the wrong driver (an old one for sure). Download one from http://dev.mysql.com/downloads/connector/j/3.1.html
-- Leszek Gawron MobileBox [EMAIL PROTECTED] http://www.mobilebox.pl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
