Iron Speed Designer Help
 

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.