Viewing 3 posts - 1 through 3 (of 3 total)
The error centered around dates. In the SP I have dateformat set to DMY. The DB language is set to British English. In the ODBC Connection the Language for SQLSErver...
September 18, 2017 at 8:57 am
September 18, 2017 at 8:10 am
Thanks Guy's I'm nearly there.
So my BuildStr now has the Value :
and Name like '%houses%' and Name like '%public%'
When I append this to the following Statement:
select CCOccupationID,Code,
Name,
ABIClass,
RiskClassID
fromCCOccupations
wherertrim(ABIClass)like '%' +...
December 29, 2010 at 9:52 am
Viewing 3 posts - 1 through 3 (of 3 total)