diff --git a/VAR.DatabaseExplorer/Code/BusinessLogic/TableBL.cs b/VAR.DatabaseExplorer/Code/BusinessLogic/TableBL.cs index ded5da1..be30dbd 100644 --- a/VAR.DatabaseExplorer/Code/BusinessLogic/TableBL.cs +++ b/VAR.DatabaseExplorer/Code/BusinessLogic/TableBL.cs @@ -84,7 +84,7 @@ namespace VAR.DatabaseExplorer.Code.BusinessLogic c.Type == "nchar" || c.Type == "binary" || c.Type == "varbinary" || - c.Type == "image") + false) { if (c.Size < 0) {