Wednesday, December 28, 2005

Inserting Null Values into SQL Server "FINALLY"

After many months of frustration I finally discovered the code to post null values into SQL Server.

cmd.Parameters.Add("@Emp_EID", System.DBNull.Value);

Legacy System Modernization: An Informational Guide for US Business Decision-Makers

Understanding Legacy System Modernization Definition and Scope Legacy system modernization refers to the process of updating or transfor...