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
Open Method
Connection Close Method
Record Close Method
Recordset Close Method
METHOD: Stream::Close
Implemented in version 2.5
streamobject.
Close
The
Close
method is used to close a
Stream
object. As a consequence, you also lose access to any associated data.
Closing a
Stream
object does not delete it from memory. You can later use the
Open
method to reopen the same
Record
, with or without the same properties. If you have closed an object and you no longer need it, you can set it equal to
Nothing
which will remove it from memory.
Code (VBScript):
objStream.Open rsGuruData, adModeReadWrite
objStream.Position = 0
...
objStream.
Close
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information