usecase: Insert values

public usecase: Insert values
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 7.12.2005 1:07:31; Modified: 7.12.2005 1:30:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6EFAA26D-B928-4493-991F-87CFE8AB0662}
 

Goto: Scenarios

See also: Program

Appears in: UC Table

Connections
 
Insert values Scenarios
Scenario Type Detail
Insert Temp values Basic Path If temp values are defined, then call Table.InsertValues method.
This method return true on success.

This values can set in foreach cycle over ColumnsInfo or using ColumnsInfo.SetTmpVals(...).
Set Temp values Basic Path Each ColumnInfo has property to allow set value for this column.
When program want to insert data into table, set this ColumnInfo.TmpVal for all columns.

For call this method program need OdbcCommand for the same connection as table is.