Hi,
I'm pulling data in from an AS400 system using a SSIS package and had to amend the import AS400 select statement.
The new version adds the following clause which SSIS doesn't like...
where (substr(M1DATE,3,2) ||'/' ||
substr(M1DATE,5,2) || '/' ||
substr(M1PDATE,1,2)) >= date(curdate())
does anyone out there know if SISS recognises the substr function. As I said, it works fine without it.
I'm connected to AS400 through an IBM ISeries connection which is configured correctly.
Any help welcome.
Eamon