If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Pivot Table timeout expired in ASP page

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-19-05, 23:51
adnan1000 adnan1000 is offline
Registered User
 
Join Date: Jan 2005
Posts: 2
Pivot Table timeout expired in ASP page

I have read about not being able to change the default timeout of 30 seconds unless you upgrade the Office 2000. Well my client machine has Office XP on it and yet i get the "TimeoutExpired" exactly after 30 seconds.

I have already spent 3 whole days trying to research on the web but no luck

Server is Windows 2000 with SQL Server 2000.

Following is the Class ID i am using for the Pivot Table XP

CLSID:0002E552-0000-0000-C000-000000000046

Following is the code, I would really appreciate any help, Thanks

Set cnnConnection = CreateObject("ADODB.Connection")
cnnConnection.ConnectionTimeout = 0
cnnConnection.CommandTimeOut = 0
cnnConnection.Provider = "sqloledb"
cnnConnection.Open "Data Source=PHONESERV2;Initial Catalog=Phones;" "sa", "tpistation"

pt.ConnectionString = cnnConnection.ConnectionString
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On