Cstm_Commit

SUMMARY

Cstm_Commit - Commit Custom Cursor

SYNTAX

Cstm_Commit(<Server>)

ARGUMENTS

Server
- Name of the database.

DESCRIPTION

Takes data into the database.

Data inputted via
- Cstm_SetAttAsFlt - Cstm_SetAttAsInt - Cstm_SetAttAsStr
are taken into the database.

EXAMPLES

Cstm_Commit(ABX.dbf)


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times