RE: Timeout Expired on Successful database insert
From: Kevin Yu [MSFT] (v-kevy_at_online.microsoft.com)
Date: 09/24/04
- Next message: Val Mazur: "Re: HELP! UpdateBatch doesn't work on Windows98"
- Previous message: William \(Bill\) Vaughn: "Re: exception error when accessing SQL database"
- In reply to: randy collins: "Timeout Expired on Successful database insert"
- Next in thread: Kevin Yu [MSFT]: "RE: Timeout Expired on Successful database insert"
- Reply: Kevin Yu [MSFT]: "RE: Timeout Expired on Successful database insert"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 02:00:46 GMT
Hi Randy,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you receive a "Timeout Expired" error
when doing an insert operation to SQL Server 2000 with ADO. If there is any
misunderstanding, please feel free to let me know.
Since "Timeout Expired" is a very general error message, it's quite hard to
tell what is really happening. We have to do more steps for trouble
shooting.
1. Try to install the latest version of service pack and MDAC. VB6 SP6 and
MDAC 2.8 can be downloaded from the following links:
http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp6/download/defa
ult.aspx
http://www.microsoft.com/downloads/details.aspx?FamilyID=6c050fe3-c795-4b7d-
b037-185d0506396c&DisplayLang=en
2. If the problem can be reproduced, please step through the code to see on
which line does the exception thrown. Please also check the code and try to
increase the Command.CommandTimeout property.
3. If the problem still occurs, please try to use SQL Profiler to get the
trace log to see what is happening on the server when error occurs.
HTH.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
- Next message: Val Mazur: "Re: HELP! UpdateBatch doesn't work on Windows98"
- Previous message: William \(Bill\) Vaughn: "Re: exception error when accessing SQL database"
- In reply to: randy collins: "Timeout Expired on Successful database insert"
- Next in thread: Kevin Yu [MSFT]: "RE: Timeout Expired on Successful database insert"
- Reply: Kevin Yu [MSFT]: "RE: Timeout Expired on Successful database insert"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|