07-17-2006 11:47 AM
07-26-2006 10:45 AM
07-26-2006 10:50 AM
08-03-2006 06:39 AM
08-10-2006 08:37 AM
08-11-2006 05:06 AM - edited 08-11-2006 05:06 AM
Message Edited by JonBowers on 08-11-2006 05:06 AM
08-11-2006 05:22 AM
08-11-2006 10:53 AM
11-02-2020 03:06 AM
Hi Jon,
I am having the same problem as in this thread, you are saying to close the connection, but its already error, I can't close the connection. Here, I can share the how I'm handling the error. The Error 61 occur at Init Connect.
11-02-2020 04:49 AM
Do you think you could diagnose an error in my car if I post you an image of the indicator lamp in the dashboard?
Stop posting little snippets of the code that causes some errors and hope anyone could help you with that. If you can't be bothered to help the people on this forum to help you, by posting the actual code, or even better yet a small test application made to reproduce the error without all of the rest of the business logic of your application, you can't expect much of a concise help here.
There could be lots of possible errors. For one why are you sure the error case with the Close function is even called? Even if it is, are you sure the function that generated the error is actually passing the handle correctly back out in the error case? What function was that in the first place and what error did it generate? Lots and lots of questions that you do not even show the picture of the code for but even if you did, debugging pictures is pretty much impossible. Even if others can't run your code (as they hardly have your database setup), they can go into the code and check various things about the questions above, something nobody can do in a picture.
Still you will need to do more debugging yourself and provide information about the results even if you post the code too. We don't have magic crystal balls that allow us to see in your machine and discover things that you don't tell us.