Some drop down lists do not display the underlying parameter value. Some of these values will require that you set the Evaluate option to assign them via a parameter set.
Please refer to the following list to find out which value (Value) corresponds to the displayed one (Prompt) and whether you have to switch Evaluate (E) on.
Component |
Property |
Prompt |
Value |
E |
---|---|---|---|---|
DB Components |
Interface |
ODBC |
dbodbc |
|
Sybase |
dbsybase |
|||
Oracle |
dboracle |
|||
IBM DB/2 |
dbdb2 |
|||
SQLite Persistent |
dbpersistent |
|||
Text Components |
Row Delimiter |
Position |
||
LF |
[uChr(10)] |
x |
||
CR |
[uChr(13)] |
x |
||
CRLF |
[uConcat(uChr(13),uChr(10))] |
x |
||
Column Delimiter |
Position |
|||
Tab |
[uChr(9)] |
x |
||
Comma |
, |
|||
Semicolon |
; |
|||
Column Quote |
None |
|||
Single Quote |
' |
|||
Double Quote |
" |