bungpeng Posted March 12, 2003 Posted March 12, 2003 I try to use Transaction rollback but I get this error message: The SqlCommand is currently busy Open, Fetching. What is this message mean? Quote
*Experts* Nerseus Posted March 12, 2003 *Experts* Posted March 12, 2003 Are you using a DataReader by chance? I know that a ReadOnly, ForwardOnly style cursor (firehose method) keeps a connection open and might cause this error. If you're using a DataReader, try moving to the end or closing the reader first, then do your rollback. Just a guess... -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.