CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    177

    VB.Net connection timeout expired

    The following is my connectionstring:

    server=(local);database=JnJ3;uid=sa;pwd=sa

    May I know how can I avoid timeout expired because I keep on receiving error message when deal with huge amount of data.
    The timeout period elapsed prior to completion of the operation or the server is not responding.

  2. #2
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    742

    Re: VB.Net connection timeout expired

    You set the timeout on your commands you run towards the database and not the connection string.

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