ODBC Thin Client Substring
Posted: Fri Feb 12, 2016 12:33 pm
I am trying to query a Greentree table and return a substring on a field using Microsoft's SSIS.
SELECT oid, substring(statusText, 1, 100) FROM GLJournal
Gives me an error saying:
state: '42000'. Native Error Code: 8258. [Jade Software Corporation][JADE ODBC Server] Expecting: 'FROM'; found '(' at 12
SELECT oid, substring(statusText, 1, 100) FROM GLJournal
Gives me an error saying:
state: '42000'. Native Error Code: 8258. [Jade Software Corporation][JADE ODBC Server] Expecting: 'FROM'; found '(' at 12