--- Jerry Jalenak <[EMAIL PROTECTED]> wrote:
> 
 [...snip...]
> 
> 
>       crs.updateString("userInfo", userInfo);
>       crs.updateRow();
>       crs.setWriter(null);   // kill default writer
>       crs.acceptChanges();
> 

Why are you setting the writer to null?  It's the
RowSetWriter that propagates changes back to the
database...

John


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to