Showing related tags and posts accross the entire site.
-
This is the problem: In the latest version of TemplateLib/CommonSqlCode.cs we have: /// <summary> /// Determines whether base DataObjectBase is a string type, and not a blob column of text or ntext /// </summary> public bool CanCheckLength(SchemaExplorer.DataObjectBase column) { switch (column...
-
There is an issue, that was created during the last nightly build (2007/03/12), that a ntext field in the database can hold only 16 bytes. So if you have a ntext field and you try to save the object in the database you will get an error. Error : "DocumentBody can not exceed 16 characters" "DocumentBody...