Stefano Ravagni wrote:
>
> "cannot set connection while a datareader is active" but nothing apparent 
> cause this bahavior.... Is a knowed error message tha i could fix ?  
> 

The only way to obtain this error message is to attempt to set the
Connection
property of a SQLiteCommand object while an active data reader is attached
to
it.

Normally, the Connection property of the SQLiteCommand object should not
need
to be set.  I'm somewhat curious why it needs to be set in this case.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to