10,729
edits
(→Logs) |
|||
Line 105: | Line 105: | ||
[[File:Process log.png|600px]] | [[File:Process log.png|600px]] | ||
== Exception: There is already an open DataReader | == Exception: There is already an open DataReader == | ||
When you fetch data but don't use the result, you can encounter the exception <code>System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first.</code>. To avoid this problem, make sure that all fetch results are used. | When you fetch data but don't use the result, you can encounter the exception <code>System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first.</code>. To avoid this problem, make sure that all fetch results are used. |