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
Recordset Object
SourceRecordset Property
CreateRecordset Method
DataFactory Query Method
DataControl Object
PROPERTY: DataControl::Recordset
Recordset
=
datacontrolobject.
Recordset
The
Recordset
property returns the
Recordset
object that is the result of your query or, more precisely, returns the
Recordset
object underlying the
DataControl
object. The
Records
in this underlying
Recordset
can be manipulated using the methods belonging to the ADO
Recordset
object.
You can use the
SourceRecordset
property to set the
Recordset
to the
DataControl
object.
The
Recordset
property is read-only. The
SourceRecordset
property is write-only.
Code (VBScript):
Set objDataControl.SourceRecordset = rsGuru
...
Set objDCRecordset = objDataControl.
Recordset
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information