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











METHOD:  DataFactory::SubmitChanges

datafactoryobject.SubmitChanges ConnectionString, Recordset

The SubmitChanges method is called to submit to the database pending changes that are in a locally cached and updateable Recordset object. Only the actual changes are submitted. Either all of the changes are successfully added to the database or none of the changes are added.

There are two mandatory parameters.

The ConnectionString parameter is a string that contains the details of the connection.

The Recordset parameter is the Recordset object that contains pending changes that you want to submit to the database.

Code (VBScript):
objDataFactory.SubmitChanges strConnection, objRecordset

 


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