OK, I just managed to get the SQLiteJDBC source set up as Eclipse
project and tweaked the RS implementation a bit:

--8><--
public String getSchemaName(int col) throws SQLException {
    return new String(); }
--><8--

did the trick to get CachedRowSet to work. As Javadoc states "Returns:
schema name or "" if not applicable", I think returning an empty
string should be OK for now. David, would you consider including this
workaround into the next release?


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to