When linking to MAS 200, if you link directly you use the Providex ODBC driver.
This has its own SQL syntax. For example, to use a function in a SQL SELECT , you need to use:
{fn current_date()}
like this:
select field1, {fn current_date()} from table
See the attached document for more information.