Bug #14175 | There is already an open DataReader (but no DataReader being used) | ||
---|---|---|---|
Submitted: | 20 Oct 2005 12:37 | Modified: | 23 Nov 2005 10:00 |
Reporter: | Cameron Oreo | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 1.0.6.15336 | OS: | Windows (XP Pro) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[20 Oct 2005 12:37]
Cameron Oreo
[20 Oct 2005 13:08]
Cameron Oreo
I found the problem here was in the 2nd stored procedure. I was using syntax of: SELECT USR_Firstname + ',' + USR_Lastname AS 'FullName' When I changed it to: SELECT CONCAT(USR_Firstname, ',', USR_Lastname) AS 'FullName' then the error about the open DataReader went away.
[23 Oct 2005 10:00]
Vasily Kishkin
Sorry...I was not able to reproduce it. Could you please attach full correct text of your test case ?
[24 Nov 2005 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".