Zum Hauptinhalt gehen

sql where clause with varible in workflow designer

Kommentare

2 Kommentare

  • Permanently deleted user

    The correct string concatenation operator is '+'

    So this should work for you:

    "LINLOCID like '" + linlocid + "%'"

    The string is SQL, but the syntax to make the string is Visual Basic. Make sense?

    EDIT: forgot the wildcard

    0
  • Permanently deleted user

    Yes - that works!!

    Thanx,

    Jeff

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.