--- [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 around 
http://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