hallolu
Posts: 22
Joined: Mon Dec 06, 2010 8:03 am

SQL Script Condition [solved]

Hi,
i created an Property named "Update_Prop".
It's value is N.
Later i'm setting the value to "J" (it is set)
I have the following sql Scriot Condition:

Code: Select all

Update_PROP <> "J"
So, it shouldn't run because the Update_Prop is now J.

But, it runs.
Why?

When i'm sets the value in the Properties-box to "J" it not runs and the log of the installation says:

Code: Select all

PROPERTY CHANGE: ModifyingUpdate_PROP property. Its current value is 'N'. Its new value: 'J'.
Edit:
I solved my problem :)
My properties wasn't public.

Look here.

Return to “Common Problems”