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);

No comments:

Integration Testing Strategies: A Comprehensive Guide for US Business Owners

Integration Testing Strategies Introduction to Integration Testing Definition and Purpose Integration testing is a critical phase i...