Thanks for your response... Actually the code snippet I gave
previously was wrong.. this is what we are using:

             CachedRowSetImpl crs = null;
             crs = new CachedRowSetImpl();
             ResultSet rs = stmt.executeQuery(sqlCmd);
             crs.populate(rs);

And again, we get a NYI error.

Thanks,
Eugene

crs = new CachedRowSetImpl();
On Apr 23, 8:22 pm, Joe Wilson <[EMAIL PROTECTED]> wrote:
> --- [EMAIL PROTECTED] wrote:
> > Here is a snippet of the code we are using...
>
> >             CachedRowSetImpl crs = null;
> >             ResultSet rs = stmt.executeQuery(sqlCmd);
> >             crs.populate(rs);
>
> > The error occurs on the populate command...
>
> Of course - crs is null.
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection 
> aroundhttp://mail.yahoo.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SQLiteJDBC" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlitejdbc?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to