Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project











PROPERTY:  DataSpace::InternetTimeout

long = dataspaceobject.InternetTimeout
dataspaceobject.InternetTimeout = long


The InternetTimeout property sets or returns a long value that is the number of milliseconds to wait before a request to create a proxy object is timed out.

The default is 5 minutes which is 300000 milliseconds:
(5 minutes)x(60 seconds per minute) x(1000 milliseconds per second).

Since such requests can only be sent using either the HTTP or HTTPS protocol and may on occasion take longer than 5 minutes, you can specify additional time to prevent a time out. If a time out does occur, an error message will be generated.

Code (VBScript):
objDataSpace.InternetTimeout = 600000

 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information