I just stumbled across the same issue, caused by the following code: --8><-- CachedRowSet res = new CachedRowSetImpl(); ... res.setCommand(sqlStmt); res.execute(); --><8--
Stacktrace tells me the NYI is thrown by RS::getSchemaName(int), which is called by com.sun.rowset.CachedRowSetImpl.initMetaData(). As I'd like to use CachedRowSet to prevent keeping a SQLite result set open for an undefined time I'd greatly appreciate a fix for that - and any other NYIs that may follow up... Thanks! Martin --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
