|
发表于 2009-7-23 20:15:13
|
显示全部楼层
Jeff以前发过一个关于干这个的详细方法:
; J3 I. ]5 q- b7 q9 V9 jUse a Write block (Value Library) as an interface between the Database and the Optimizer. Follow these steps:
4 w0 S$ _( a$ ?' u, t$ {3 D1.In a Write block, select the Database and table with the variables for the Optimizer.. X/ p+ C0 D" M7 b2 @7 |1 P) b
2.Drag the clone of the preview table from the Write block to the Optimizer once per variable in the Optimizer.& i$ N$ V- l4 ?& l& U
3.Set the row and column in the Optimizer for the table. Remember that these are 0 based references (the first row and column are numbered 0).
+ O5 }: m( a7 N, CWhen the Optimizer changes the variables, they will automatically be changed in the Database. |
|