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
Record Open Method
Error Source Property
Recordset source Property
PROPERTY: Record::Source
Implemented in version 2.5
variant =
recordobject.
Source
recordobject.
Source
= variant
The
Source
property sets or returns a variant that is the source of the entity represented by a
Record
object. This can be the relative or absolute URL string of the entity to be represented by the
Record
object, or a reference to an open
Recordset
object where an open
Record
represents the current row in the
Recordset
.
When the
Record
object is open, this property is read-only and returns the
Source
parameter of the
Open
method of the
Record
object. When the
Record
object is closed, this property is read/write.
Code (VBScript):
varRecordSource = objRecord.
Source
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information