Other News

Community

Converting a DB2 date to SQL Server

By Douglas Seward – We recently had a problem with SQL Server 7 bombing out when trying to process a view of our DB2 table where some of the date fields were initialized with the value ‘0001-01-01’. In SQL Server the earliest date recognized is 1753-01-01, so it could not process date fields with th

Community

The horror of XML

By Larry Seltzer – I don’t know about you, but I’m scared. XML is becoming complex, and it was an inherently fat way to represent data to begin with. In fact, according to the W3C (the keepers of the Web), “XML is verbose, but that is not a problem.” This was a conscious decision by XML’s des

Community

XML Matters: YAML improves on XML

By David Mertz, Ph.D. – In this article, David introduces you to YAML, a data serialization format that can be easily read by humans and is well-suited to encoding the data types used in dynamic programming languages. In contrast to XML, YAML uses clean and very minimal structural indicators, relyin