kjohn,
I would consider that a bug, we should have added ChkString() to those lines in setup.asp (starting line 2178)
Like this:
my_Conn.execute ("INSERT INTO " & strTablePrefix & "CONFIG_NEW (C_VALUE,C_VARIABLE) VALUES ('" & ChkString(rs("C_STRVERSION"), "SQLString") & "' , 'STRVERSION')")
That would have prevented that.
Pierre
Join a Snitz Mailinglist