Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Stored Procedure Doesn't return any records

    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...

  • RE: Stored Procedure Doesn't return any records

    Thom A - Monday, September 18, 2017 4:42 AM

    If you are using the EXACT same SQL that is being run by the...

  • RE: searching for Space in a string

    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 '%' +...

Viewing 3 posts - 1 through 3 (of 3 total)