Wierd ADO problem 
Author Message
 Wierd ADO problem

I have an ADO connection to an MSDE database, the test program i have
connect, executes a query, parses the result, disconnects.  The thing is, on
certain runs(randomly, about 30%) the program crashes saying "Unhandled
connection".  It never does this when I step through it though.

WHen it crashes in the debugging it leaves me on this line if (m_pInterface
!= NULL) {m_pInterface->Release();} in COMIP.h

Anyone with any tips? Clues, hints..etc?

Thanks!

Frank



Fri, 08 Jul 2005 02:20:07 GMT  
 Wierd ADO problem

Most problems of this nature (at least for us) tend to be multithreaded
issues.  Do you have stuff going on in other threads that might impact the
duplication problem?

-Dale


Quote:
> I have an ADO connection to an MSDE database, the test program i have
> connect, executes a query, parses the result, disconnects.  The thing is,
on
> certain runs(randomly, about 30%) the program crashes saying "Unhandled
> connection".  It never does this when I step through it though.

> WHen it crashes in the debugging it leaves me on this line if
(m_pInterface
> != NULL) {m_pInterface->Release();} in COMIP.h

> Anyone with any tips? Clues, hints..etc?

> Thanks!

> Frank



Sun, 10 Jul 2005 03:46:50 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Wierd ADO problem, maybe.

2. Wierd ADO problem, maybe.

3. wierd wierd error

4. Wierd problem with scanf.

5. Wierd output problem

6. Wierd Problem with code. PLEASE HELP

7. Wierd Timing Problem 4 NT.

8. Wierd pointer problem

9. Wierd Problem with getchar()

10. Wierd const problem (repost)

11. Wierd Remote Debugging Problem

12. Wierd Loop problem.

 

 
Powered by phpBB® Forum Software