Looks like a compile time error to me (?) Perhaps you have a wrong import in your code. You need java.sql.PreparedStatement in the import, but you might have imported the one from derby package?
If this is not the case, we need more information. Hope this helps. On Thu, Nov 14, 2013 at 8:36 AM, Robert Glover <[email protected]>wrote: > Please advise concerning this error messageā¦.. > > > > > > Type mismatch: cannot convert from java.sql.PreparedStatement to > org.apache.derby.client.am.PreparedStatement > > > > > > > > Thanks in advance > > > > > > Bob Glover >
