|
-
December 9th, 2009, 11:38 PM
#1
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.
-
December 11th, 2009, 04:10 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|