I installed the Universal Table Editor, which is encoded with classic asp. However, I cannot edit or delete a column. I get an error
Invalid column name 'False'
The reasons are apparently the SQL Server bit field, it displays true / false, but it is not a logical field.
So, is there a way to solve this problem in SQL Server ?, or is there a simple solution for ASP code? (I saw a solution to add the booleanasbit = true parameter, but could not implement it)
source share