Hello, I get the following exception when executing an update statement. Wrong value near '='
I found out that it has to do with the *bool *value of mij object that wont be converted to the *bit *value in mij sqlserver database. In my update I tried the following: SET active = #Active# I also tried the following SET active = #Active:Bit# Both won't work I run Ibatis version 1.6.1 When I remove this line and I just do not set the active field the query works, so thats why I am realy sure it has to do with this line. Is there someone who knows how to tackle this problem. -- Kindly regards, Marco Franssen

