AutoCommit()

Syntax:

AutoCommit( Enable )

Parameters:

Enable – a boolean value. If Enable is true then AutoCommit is turned ON. Otherwise if Enable is false, AutoCommit is turned OFF. This parameter is optional. The default value is true.

Remarks:

This function will turn the AutoCommit function on or off i.e. if you UPDATE or INSERT data, the data is automatically entered in the database.

image\Script_Button.jpgExamples