SubmitChanges Method Example

The following code fragment shows how to use the SubmitChanges method with an AdvancedDataControl object:

<INPUT TYPE=BUTTON NAME="Submit" VALUE="Submit" onClick="GoSubmitChanges">
.
.
.
Sub GoSubmitChanges
	ADC1.SubmitChanges
End Sub

The following code fragment shows how to use the SubmitChanges method with an AdvancedDataFactory object:

ADF1.SubmitChanges "DSN=myDSN;UID=uid;PWD=pwd;", _
	rsMyRecordset

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.