Sage 100 Providex SQL Syntax for ETL+ Extract SQL Statement panel

Work in progress. SQL syntax allowed and not allowed in the for Sage 100 ProvideX / ODBC data sources.

 

SQL Syntax Examples

SELECT 1 AS myInt FROM AP_Division -- Syntax OK SELECT 1 as myint, {d'1900-01-01'} as myDate FROM AP_Division ? SELECT DateUpdated AS filterDate FROM AP_Division -- retest

SQL Comments

SELECT 1 as myint -- {d'1900-01-01'} as myDate FROM AP_Division

Line 2 commented out

SQL Syntax Not Allowed

Not working on ETL+ version v2023.10.1905.52

SELECT GETDATE() AS mydate FROM AP_Division -- illegal syntax for Providex SELECT CURDATE() AS myDate FROM AP_Division

Error Messages

image-20240703-201935.png
Error message for illegal syntax in
ETL+

 

Related Pages