precedence constraint expression not validating
This is probably something very simple or stupid on my part. I have a package variable defined as char. I want to use the value of this variable to control the precedence contstraint. Let's say the variable is @var and I want to pass the test if @var is some value, let's say "X". How come this expression is not valid? @var == "X"? How do I need to format this expression so that the package likes it?
May 29th, 2012 5:20pm

You can't define a package variable as "char" - there's no such data type. What's the data type of the variable in the Variables pane? Talk to me now on
Free Windows Admin Tool Kit Click here and download it now
May 29th, 2012 6:02pm

You can't define a package variable as "char" - there's no such data type. What's the data type of the variable in the Variables pane? Talk to me now on
May 29th, 2012 6:06pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics