Bug #73447 | Information about DataReader open when just using dataadapter | ||
---|---|---|---|
Submitted: | 31 Jul 2014 13:44 | Modified: | 22 Jan 2015 17:07 |
Reporter: | Jorge Bastos | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 6.7.4 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[31 Jul 2014 13:44]
Jorge Bastos
[22 Dec 2014 17:07]
Gabriela Martinez Sanchez
hi Jorge, I saw your code and most of it looks good to me. Although I would suggest that if your global connection is open all the time when the application is running, then you can change this part of your code: If Not GMyCon.Ping Then GMyCon.Open() End If to this: If Not GMyCon.State == ConnectionState.Open Then GMyCon.Open() End If Please give it a try and let us know if that helped to avoid the exception. Thanks in advance!
[23 Jan 2015 1: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".