File Name
Syntax
DeleteConnectionRec(VAL InTran: BOOLEAN, REF DeleteRec: ConnectionRec)
Parameters
InTran - in a transaction or not
DeleteRec - connection record to be deleted
Returns
DeleteRec, SQLDelete return result
Side Effects
None
Description
This function deletes a connection record from the connection table.
Dialog Forms Called
None
File Name
Syntax
InsertConnectionRec(VAL InTran: BOOLEAN, REF InsertRec: ConnectionRec)
Parameters
InTran - in a transaction or not
InsertRec - connection record to be inserted
Returns
InsertRec, SQLInsert return result
Side Effects
None
Description
This function inserts a connection record into the connection table.
Dialog Forms Called
None
File Name
Syntax
UpdateConnectionRec(VAL InTran: BOOLEAN, REF BeforeRec: ConnectionRec, REF AfterRec: ConnectionRec)
Parameters
InTran - in a transaction or not
BeforeRec - old connection record
AfterRec - new connection record
Returns
BeforeRec, AfterRec, SQLUpdate return result
Side Effects
None
Description
This function updates a connection record in the connection table.
Dialog Forms Called
None