Entity tab for ODBC
You must create the interface code and
populate the General tab before continuing.
Special interfaces, in which more than one entity is interfaced simultaneously, include an
entity and format page for each entity.
Note: If the bulk check box is selected on the Format tab, the expressions for the attributes are disabled.
In the attribute's expression field, you can use these ODBC functions:
- Write an ODBC function in this form:
{fn FUNCTIONNAME(params)}
In this example,
FUNCTIONNAME
is the function name andparams
is a comma-delimited list of parameters. - To specify, in the case of an export interface, the current field value or, in the case of an import interface, the column value, you can use the tilde character "~" as a parameter.
- Specify a column name as a parameter.
- Nest ODBC functions.
This table shows the examples of ODBC functions:
Description | Code |
---|---|
Changing a field value to uppercase |
|
Appending the as_code column value to
the current value of the field |
|
Appending the as_code column value to the current value
of the field and changing the field value to upper case |
|