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. |
|