SQL command busy open, fetching...

Problem

You get this error in your application when a data reader is fetching records:

SQL command busy open, fetching...

Solution

You can only have one data reader open at any given time.  You must close one first data reader before opening a second data reader.

See Also

Part VII:  Troubleshooting Applications

Application Will Not Run

Application Runs But No Data is Displayed

Application Error Messages