CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ADO Problem

  1. #1
    Join Date
    Apr 1999
    Posts
    5

    ADO Problem

    Hi ,

    I am connecting to database using ADO. If I execute one SQL 50-60 times ( through ADO functions ), it returns error with no error message.
    The problem is connection breaks after this many executions.
    Is ther any solution for this problem or I am doing something wrong .
    Please help me out. We have to release our version next week, so please mail me any solution for the problem if you have.


    Thanks in advance.
    Rakesh Verma
    [email protected]
    ( SSI, New Delhi )

    Rakesh Verma
    SSI, New Delhi
    [email protected]

  2. #2
    Join Date
    May 1999
    Posts
    48

    Re: ADO Problem

    You should check the memry used by your app. Maybe this growing up, without reason
    Sincerely, Mihai



  3. #3
    Join Date
    Apr 1999
    Posts
    5

    Re: ADO Problem

    Hi,

    Thanks for your response.

    But, I have already checked for memory leaks, it is not the problem.

    Problem is something diffferent, NO of open cursors increases. and I don't know how to open the opened cursors.


    Regards
    Rakesh

    Rakesh Verma
    SSI, New Delhi
    [email protected]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured