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
ADO and RDS Objects
OBJECT: DataFactory
DataFactory
The RDS
DataFactory
object is on the server-side of the proxy process. It is the default automation object that provides read/write access to data in a data source in response to requests from the client-side.
Custom COM components are available that perform duties similar to those of the
DataFactory
object.
On the client-side, the RDS
DataSpace
object is used to marshal (transfer) data to and from the server-side.
METHODS
ConvertToString Method
Converts a
Recordset
object into a MIME (Multi-purpose Internet Mail Extension) string.
Syntax:
datafactoryobject.
ConvertToString
(Recordset)
CreateRecordset Method
Creates and returns an empty (unpopulated) and disconnected
Recordset
object.
Syntax:
datafactoryobject.
CreateRecordset
(ColumnInfos)
Query Method
Executes a valid SQL query and returns a
Recordset
object.
Syntax:
datafactoryobject.
Query
(ConnectionString, QueryString)
SubmitChanges Method
Sends all of the pending changes in the locally cached
Recordset
object down to the underlying data source.
Syntax:
datafactoryobject.
SubmitChanges
ConnectionString, Recordset
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information