The following code fragment shows how to use the SubmitChanges method with an RDSIE3.DataControl object:
<INPUT TYPE=BUTTON NAME="Submit" VALUE="Submit" . . . Sub GoSubmitChanges_OnClick ADC1.SubmitChanges End Sub
The following code fragment shows how to use the SubmitChanges method with an RDSIE3.DataFactory object:
ADF1.SubmitChanges "DSN=myDSN;UID=uid;PWD=pwd;", _ rsMyRecordset