Re: [Objectbridge-developers] Database structures
Brought to you by:
thma
From: Kief M. <ki...@bi...> - 2001-07-29 14:35:19
|
Kief Morris typed the following on 12:49 PM 7/29/2001 +0300 >The error I'm getting at the moment may or may not be related to >the table structures. Here's the exception: > > [junit] java.lang.AbstractMethodError ... >So apparently the prepareStatement() method of the Connection object >returned by >my JDBC driver is considered to be abstract? OK, I should have dug into this more before asking. A newer version of the JDBC driver worked fine, so presumably the method wasn't implemented in the older version. I have now successfully written a row to a mysql table using ojb! Any clarification on the table structures would be appreciated, though. Thanks, Kief |