Aller au contenu principal

sql where clause with varible in workflow designer

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.