Routines for con_wwdb.kb


DeleteConnectionRec

File Name

con_wwdb.kb

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


InsertConnectionRec

File Name

con_wwdb.kb

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


UpdateConnectionRec

File Name

con_wwdb.kb

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